From c9907a39b4ab7d788355c4edd25aacec18e8c10a Mon Sep 17 00:00:00 2001 From: schauder Date: Wed, 19 Oct 2022 15:12:42 +0200 Subject: [PATCH 1/2] unified-release-notes - Prepare branch --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7ec86c87a1..e4321de685 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-commons - 3.0.0-SNAPSHOT + 3.0.0-unified-release-notes-SNAPSHOT Spring Data Core Core Spring concepts underpinning every Spring Data module. @@ -25,7 +25,7 @@ org.springframework.data.build spring-data-parent - 3.0.0-SNAPSHOT + 3.0.0-unified-release-notes-SNAPSHOT From e6ac72a73305533d4349d647cbc0b06cfac08838 Mon Sep 17 00:00:00 2001 From: schauder Date: Thu, 20 Oct 2022 09:11:32 +0200 Subject: [PATCH 2/2] Add reference to release notes. --- src/main/asciidoc/upgrade.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/asciidoc/upgrade.adoc diff --git a/src/main/asciidoc/upgrade.adoc b/src/main/asciidoc/upgrade.adoc new file mode 100644 index 0000000000..c9f659a7c5 --- /dev/null +++ b/src/main/asciidoc/upgrade.adoc @@ -0,0 +1,8 @@ +[[new-features]] +[[upgrading]] += Upgrading Spring Data + +Instructions for how to upgrade from earlier versions of Spring Data are provided on the project https://github.com/spring-projects/spring-data-commons/wiki[wiki]. +Follow the links in the https://github.com/spring-projects/spring-data-commons/wiki#release-notes[release notes section] to find the version that you want to upgrade to. + +Upgrading instructions are always the first item in the release notes. If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped.