diff --git a/pom.xml b/pom.xml
index 0842d33ff4..366786fc6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
org.springframework.data.build
spring-data-parent
- 3.2.0-M3
+ 3.2.0-SNAPSHOT
@@ -26,7 +26,7 @@
multi
spring-data-mongodb
- 3.2.0-M3
+ 3.2.0-SNAPSHOT
4.10.2
${mongo}
1.19
@@ -144,6 +144,16 @@
+
+ spring-snapshot
+ https://repo.spring.io/snapshot
+
+ true
+
+
+ false
+
+
spring-milestone
https://repo.spring.io/milestone
diff --git a/src/main/antora/modules/ROOT/examples/example b/src/main/antora/modules/ROOT/examples/example
deleted file mode 100644
index 3195fe72aa..0000000000
--- a/src/main/antora/modules/ROOT/examples/example
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../spring-data-mongodb/src/test/java/org/springframework/data/mongodb/example
\ No newline at end of file
diff --git a/src/main/antora/modules/ROOT/examples/example b/src/main/antora/modules/ROOT/examples/example
new file mode 120000
index 0000000000..3195fe72aa
--- /dev/null
+++ b/src/main/antora/modules/ROOT/examples/example
@@ -0,0 +1 @@
+../../../../../../spring-data-mongodb/src/test/java/org/springframework/data/mongodb/example
\ No newline at end of file