From e13125305e7b8ef92236191e5e9da1640d7e58c8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 16 Jun 2023 08:13:30 -0700 Subject: [PATCH] After release cleanups. See #146 --- bom/pom.xml | 51 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index fd29ea4..9c2f2d0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -74,114 +74,114 @@ org.springframework.data spring-data-cassandra - 4.1.1 + 4.1.2-SNAPSHOT org.springframework.data spring-data-commons - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-couchbase - 5.1.1 + 5.1.2-SNAPSHOT org.springframework.data spring-data-elasticsearch - 5.1.1 + 5.1.2-SNAPSHOT org.springframework.data spring-data-jdbc - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-r2dbc - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-relational - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-jpa - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-envers - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-mongodb - 4.1.1 + 4.1.2-SNAPSHOT org.springframework.data spring-data-neo4j - 7.1.1 + 7.1.2-SNAPSHOT org.springframework.data spring-data-redis - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-rest-webmvc - 4.1.1 + 4.1.2-SNAPSHOT org.springframework.data spring-data-rest-core - 4.1.1 + 4.1.2-SNAPSHOT org.springframework.data spring-data-rest-hal-explorer - 4.1.1 + 4.1.2-SNAPSHOT org.springframework.data spring-data-keyvalue - 3.1.1 + 3.1.2-SNAPSHOT org.springframework.data spring-data-ldap - 3.1.1 + 3.1.2-SNAPSHOT @@ -411,4 +411,19 @@ - + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + +