diff --git a/Jenkinsfile b/Jenkinsfile
index 46326d0..3c9ad95 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,8 +9,8 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
- upstream(upstreamProjects: "spring-data-commons/main,spring-data-cassandra/main,spring-data-couchbase/main,spring-data-elasticsearch/main," +
- "spring-data-rest/main,spring-data-jpa/main,spring-data-ldap/main,spring-data-mongodb/main,spring-data-neo4j/main,spring-data-redis/main", threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects: "spring-data-commons/3.4.x,spring-data-cassandra/4.4.x,spring-data-couchbase/5.4.x,spring-data-elasticsearch/5.4.x," +
+ "spring-data-rest/4.4.x,spring-data-jpa/3.4.x,spring-data-ldap/3.4.x,spring-data-mongodb/4.4.x,spring-data-neo4j/7.4.x,spring-data-redis/3.4.x", threshold: hudson.model.Result.SUCCESS)
}
options {
diff --git a/bom/pom.xml b/bom/pom.xml
index a2e272b..8c75ca0 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -74,114 +74,114 @@
org.springframework.data
spring-data-cassandra
- 4.4.0
+ 4.4.1-SNAPSHOT
org.springframework.data
spring-data-commons
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-couchbase
- 5.4.0
+ 5.4.1-SNAPSHOT
org.springframework.data
spring-data-elasticsearch
- 5.4.0
+ 5.4.1-SNAPSHOT
org.springframework.data
spring-data-jdbc
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-r2dbc
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-relational
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-jpa
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-envers
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-mongodb
- 4.4.0
+ 4.4.1-SNAPSHOT
org.springframework.data
spring-data-neo4j
- 7.4.0
+ 7.4.1-SNAPSHOT
org.springframework.data
spring-data-redis
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-rest-webmvc
- 4.4.0
+ 4.4.1-SNAPSHOT
org.springframework.data
spring-data-rest-core
- 4.4.0
+ 4.4.1-SNAPSHOT
org.springframework.data
spring-data-rest-hal-explorer
- 4.4.0
+ 4.4.1-SNAPSHOT
org.springframework.data
spring-data-keyvalue
- 3.4.0
+ 3.4.1-SNAPSHOT
org.springframework.data
spring-data-ldap
- 3.4.0
+ 3.4.1-SNAPSHOT
@@ -412,7 +412,19 @@
-
-
+
+ spring-snapshot
+ https://repo.spring.io/snapshot
+
+ true
+
+
+ false
+
+
+
+ spring-milestone
+ https://repo.spring.io/milestone
+