From 60d5d9316e9fac8371d8d7cc7f01da5e2d89dc44 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Apr 2025 14:32:04 +0200 Subject: [PATCH] After release cleanups. See #250 --- bom/pom.xml | 50 +++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 774c3c3..3157762 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -74,114 +74,114 @@ org.springframework.data spring-data-cassandra - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework.data spring-data-commons - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-couchbase - 6.0.0-M2 + 6.0.0-SNAPSHOT org.springframework.data spring-data-elasticsearch - 6.0.0-M2 + 6.0.0-SNAPSHOT org.springframework.data spring-data-jdbc - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-r2dbc - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-relational - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-jpa - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-envers - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-mongodb - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework.data spring-data-neo4j - 8.0.0-M2 + 8.0.0-SNAPSHOT org.springframework.data spring-data-redis - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-rest-webmvc - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework.data spring-data-rest-core - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework.data spring-data-rest-hal-explorer - 5.0.0-M2 + 5.0.0-SNAPSHOT org.springframework.data spring-data-keyvalue - 4.0.0-M2 + 4.0.0-SNAPSHOT org.springframework.data spring-data-ldap - 4.0.0-M2 + 4.0.0-SNAPSHOT @@ -412,7 +412,19 @@ - - + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone +