From a5cc27ab17830e5fa301499790197750d55bf9c9 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 15 Sep 2023 11:30:14 +0200 Subject: [PATCH] Release version 4.2 M3 (2023.1.0). See #4479 --- pom.xml | 2 +- spring-data-mongodb-benchmarks/pom.xml | 2 +- spring-data-mongodb-distribution/pom.xml | 2 +- spring-data-mongodb/pom.xml | 2 +- src/main/antora/modules/ROOT/examples/example | 0 5 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 120000 src/main/antora/modules/ROOT/examples/example diff --git a/pom.xml b/pom.xml index 0842d33ff..41f0cb660 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-mongodb-parent - 4.2.0-SNAPSHOT + 4.2.0-M3 pom Spring Data MongoDB diff --git a/spring-data-mongodb-benchmarks/pom.xml b/spring-data-mongodb-benchmarks/pom.xml index 2de4b6b63..c04230205 100644 --- a/spring-data-mongodb-benchmarks/pom.xml +++ b/spring-data-mongodb-benchmarks/pom.xml @@ -7,7 +7,7 @@ org.springframework.data spring-data-mongodb-parent - 4.2.0-SNAPSHOT + 4.2.0-M3 ../pom.xml diff --git a/spring-data-mongodb-distribution/pom.xml b/spring-data-mongodb-distribution/pom.xml index 41b81f9aa..42aecc619 100644 --- a/spring-data-mongodb-distribution/pom.xml +++ b/spring-data-mongodb-distribution/pom.xml @@ -15,7 +15,7 @@ org.springframework.data spring-data-mongodb-parent - 4.2.0-SNAPSHOT + 4.2.0-M3 ../pom.xml diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index dc07f13cc..ff54006b6 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-data-mongodb-parent - 4.2.0-SNAPSHOT + 4.2.0-M3 ../pom.xml diff --git a/src/main/antora/modules/ROOT/examples/example b/src/main/antora/modules/ROOT/examples/example deleted file mode 100644 index 3195fe72a..000000000 --- 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 000000000..3195fe72a --- /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