From 59c942decf3f1ac2815e4dca51683d143280814e Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 24 Jan 2025 10:53:11 +0100 Subject: [PATCH] After release cleanups. See #241 --- bom/pom.xml | 50 +++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index ecb5281..3157762 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -74,114 +74,114 @@ org.springframework.data spring-data-cassandra - 5.0.0-M1 + 5.0.0-SNAPSHOT org.springframework.data spring-data-commons - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-couchbase - 6.0.0-M1 + 6.0.0-SNAPSHOT org.springframework.data spring-data-elasticsearch - 6.0.0-M1 + 6.0.0-SNAPSHOT org.springframework.data spring-data-jdbc - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-r2dbc - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-relational - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-jpa - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-envers - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-mongodb - 5.0.0-M1 + 5.0.0-SNAPSHOT org.springframework.data spring-data-neo4j - 8.0.0-M1 + 8.0.0-SNAPSHOT org.springframework.data spring-data-redis - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-rest-webmvc - 5.0.0-M1 + 5.0.0-SNAPSHOT org.springframework.data spring-data-rest-core - 5.0.0-M1 + 5.0.0-SNAPSHOT org.springframework.data spring-data-rest-hal-explorer - 5.0.0-M1 + 5.0.0-SNAPSHOT org.springframework.data spring-data-keyvalue - 4.0.0-M1 + 4.0.0-SNAPSHOT org.springframework.data spring-data-ldap - 4.0.0-M1 + 4.0.0-SNAPSHOT @@ -412,7 +412,19 @@ - - + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone +