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
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.