From b735dfe351105ebe07bc9445caf387b8f12488b9 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 7 Jun 2016 12:18:19 +0200 Subject: [PATCH] #246 - Prepared branch for 2.0 development. Pulled up version number to 2.0 snapshots. Upgraded compiler source level to Java 8. Removed Bundlor. Added version placeholder for Reactor and Spring Reactive. Upgraded to Spring Framework 4.2.6 and Spring HATEOAS 0.20. Coined release train name Kay. --- bom/pom.xml | 40 ++++++++++++++++++++-------------------- parent/pom.xml | 43 ++++++++----------------------------------- pom.xml | 2 +- resources/pom.xml | 4 ++-- 4 files changed, 31 insertions(+), 58 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 57e318e9..f20650fc 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,13 +4,13 @@ 4.0.0 org.springframework.data spring-data-releasetrain - Ingalls-BUILD-SNAPSHOT + Kay-BUILD-SNAPSHOT pom org.springframework.data.build spring-data-build - 1.9.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT Spring Data Release Train - BOM @@ -24,116 +24,116 @@ org.springframework.data spring-cql - 1.5.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-cassandra - 1.5.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-commons - 1.13.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-couchbase - 2.2.0.BUILD-SNAPSHOT + 3.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-elasticsearch - 2.1.0.BUILD-SNAPSHOT + 3.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-gemfire - 1.9.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-jpa - 1.11.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-mongodb - 1.10.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-mongodb-cross-store - 1.10.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-mongodb-log4j - 1.10.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-neo4j - 4.2.0.BUILD-SNAPSHOT + 5.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-redis - 1.8.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-rest-webmvc - 2.6.0.BUILD-SNAPSHOT + 3.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-rest-core - 2.6.0.BUILD-SNAPSHOT + 3.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-rest-hal-browser - 2.6.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-solr - 2.1.0.BUILD-SNAPSHOT + 3.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-keyvalue - 1.2.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT org.springframework.data spring-data-envers - 1.1.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT diff --git a/parent/pom.xml b/parent/pom.xml index ab34b0df..ca2a8a11 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -26,14 +26,14 @@ org.springframework.data.build spring-data-build - 1.9.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT ../pom.xml Spring Data Build - General parent module Global parent pom.xml to be used by Spring Data modules http://www.spring.io/spring-data - 2011-2015 + 2011-2016 Pivotal Software, Inc. @@ -79,11 +79,9 @@ - true - true UTF-8 ${basedir} - 1.6 + 1.8 ${project.artifactId} ${project.build.directory}/jacoco.exec @@ -102,6 +100,7 @@ 1.16.10 1.10.19 4.1.3 + 2.5.0.M3 1.1.8 1.7.21 4.2.7.RELEASE @@ -110,7 +109,7 @@ 1.0.0.GA 1.2.8 - Ingalls-BUILD-SNAPSHOT + Kay-BUILD-SNAPSHOT @@ -193,7 +192,7 @@ org.springframework.data.build spring-data-build-resources - 1.9.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT provided zip @@ -671,12 +670,6 @@ - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.RELEASE - - org.asciidoctor asciidoctor-maven-plugin @@ -795,23 +788,6 @@ - - com.springsource.bundlor - com.springsource.bundlor.maven - - ${bundlor.enabled} - ${bundlor.failOnWarnings} - - - - bundlor - - bundlor - - - - - org.apache.maven.plugins maven-javadoc-plugin @@ -839,11 +815,8 @@ - spring-libs-release - https://repo.spring.io/libs-release - - false - + spring-libs-snapshot + https://repo.spring.io/libs-snapshot diff --git a/pom.xml b/pom.xml index 8c2c6287..1a13ea68 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data.build spring-data-build - 1.9.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT pom Spring Data Build diff --git a/resources/pom.xml b/resources/pom.xml index 3507c2ad..aa49f042 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -4,11 +4,11 @@ spring-data-build-resources pom - + org.springframework.data.build spring-data-build - 1.9.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT ../pom.xml