diff --git a/Jenkinsfile b/Jenkinsfile
index 1e095531..6e06f98a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -76,7 +76,7 @@ pipeline {
}
}
- stage('Build project & BOM then release to artifactory') {
+ stage('Build project and release to artifactory') {
when {
anyOf {
branch 'master'
@@ -96,26 +96,15 @@ pipeline {
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
}
- steps {
+ steps {
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,artifactory ' +
'-Dartifactory.server=https://repo.spring.io ' +
"-Dartifactory.username=${ARTIFACTORY_USR} " +
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
"-Dartifactory.staging-repository=libs-snapshot-local " +
- "-Dartifactory.build-name=spring-data-build-without-bom " +
+ "-Dartifactory.build-name=spring-data-build " +
"-Dartifactory.build-number=${BUILD_NUMBER} " +
- '-Dmaven.test.skip=true clean dependency:tree source:jar javadoc:javadoc javadoc:jar deploy -pl "!bom" -B -U'
-
- sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pwith-bom-client verify -pl bom,bom-client -B -U'
-
- sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,artifactory ' +
- '-Dartifactory.server=https://repo.spring.io ' +
- "-Dartifactory.username=${ARTIFACTORY_USR} " +
- "-Dartifactory.password=${ARTIFACTORY_PSW} " +
- "-Dartifactory.staging-repository=libs-snapshot-local " +
- "-Dartifactory.build-name=spring-data-build-bom " +
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
- '-Dmaven.test.skip=true clean deploy -pl bom -B -U'
+ '-Dmaven.test.skip=true clean deploy -B -U'
}
}
}
diff --git a/bom/pom.xml b/bom/pom.xml
index 9cdc2622..001f8bca 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -24,140 +24,140 @@
org.springframework.data
spring-data-cassandra
- 3.0.0.RELEASE
+ 3.1.0-SNAPSHOT
org.springframework.data
spring-data-commons
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
org.springframework.data
spring-data-couchbase
- 4.0.0.RELEASE
+ 4.1.0-SNAPSHOT
org.springframework.data
spring-data-elasticsearch
- 4.0.0.RELEASE
+ 4.1.0-SNAPSHOT
org.springframework.data
spring-data-gemfire
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
org.springframework.data
spring-data-geode
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
org.springframework.data
spring-data-jdbc
- 2.0.0.RELEASE
+ 2.1.0-SNAPSHOT
org.springframework.data
spring-data-relational
- 2.0.0.RELEASE
+ 2.1.0-SNAPSHOT
org.springframework.data
spring-data-jpa
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
org.springframework.data
spring-data-mongodb
- 3.0.0.RELEASE
+ 3.1.0-SNAPSHOT
org.springframework.data
spring-data-neo4j
- 5.3.0.RELEASE
+ 5.4.0-SNAPSHOT
org.springframework.data
spring-data-r2dbc
- 1.1.0.RELEASE
+ 1.2.0-SNAPSHOT
org.springframework.data
spring-data-redis
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
org.springframework.data
spring-data-rest-webmvc
- 3.3.0.RELEASE
+ 3.4.0-SNAPSHOT
org.springframework.data
spring-data-rest-core
- 3.3.0.RELEASE
+ 3.4.0-SNAPSHOT
org.springframework.data
spring-data-rest-hal-browser
- 3.3.0.RELEASE
+ 3.4.0-SNAPSHOT
org.springframework.data
spring-data-rest-hal-explorer
- 3.3.0.RELEASE
+ 3.4.0-SNAPSHOT
org.springframework.data
spring-data-solr
- 4.2.0.RELEASE
+ 4.3.0-SNAPSHOT
org.springframework.data
spring-data-keyvalue
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
org.springframework.data
spring-data-envers
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
org.springframework.data
spring-data-ldap
- 2.3.0.RELEASE
+ 2.4.0-SNAPSHOT
diff --git a/parent/pom.xml b/parent/pom.xml
index 1b28a536..d258629d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -132,7 +132,7 @@
2.0.16
1.3.2
- Neumann-RELEASE
+ Neumann-BUILD-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index a13450fa..d57406b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,6 @@
resources
parent
- bom