From e54348106fa61cfbc398d609a118dfad49c11efa Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 20 May 2020 09:17:54 +0200 Subject: [PATCH] #1100 - Remove BOM in favor of Spring Data BOM. Spring Data BOM is now maintained at https://github.com/spring-projects/spring-data-bom. --- bom-client/pom.xml | 201 --------------------------------------------- bom/pom.xml | 166 ------------------------------------- parent/pom.xml | 3 +- 3 files changed, 2 insertions(+), 368 deletions(-) delete mode 100644 bom-client/pom.xml delete mode 100644 bom/pom.xml diff --git a/bom-client/pom.xml b/bom-client/pom.xml deleted file mode 100644 index a3a0c059..00000000 --- a/bom-client/pom.xml +++ /dev/null @@ -1,201 +0,0 @@ - - - - 4.0.0 - spring-data-bom-client - pom - - - org.springframework.data - spring-data-releasetrain - Neumann-BUILD-SNAPSHOT - ../bom - - - Spring Data Release Train - BOM Client Project - Client project using the BOM to verify artifact resolution. - https://github.com/spring-projects/spring-data-build - - - - - org.apache.maven.plugins - maven-install-plugin - 3.0.0-M1 - - true - - - - - org.apache.maven.plugins - maven-deploy-plugin - 3.0.0-M1 - - true - - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.1 - - - purge-local-repository - - purge-local-repository - - verify - - false - false - - - - resolve - - resolve - - verify - - true - - - - - - - - - - - - org.springframework.data - spring-data-cassandra - - - - - org.springframework.data - spring-data-commons - - - - - org.springframework.data - spring-data-couchbase - - - - - org.springframework.data - spring-data-elasticsearch - - - - - org.springframework.data - spring-data-gemfire - - - - - org.springframework.data - spring-data-geode - - - - - org.springframework.data - spring-data-jdbc - - - - org.springframework.data - spring-data-relational - - - - - org.springframework.data - spring-data-jpa - - - - - org.springframework.data - spring-data-mongodb - - - - - org.springframework.data - spring-data-neo4j - - - - - org.springframework.data - spring-data-r2dbc - - - - - org.springframework.data - spring-data-redis - - - - - org.springframework.data - spring-data-rest-webmvc - - - org.springframework.data - spring-data-rest-core - - - org.springframework.data - spring-data-rest-hal-browser - - - org.springframework.data - spring-data-rest-hal-explorer - - - - - org.springframework.data - spring-data-solr - - - - - org.springframework.data - spring-data-keyvalue - - - - - org.springframework.data - spring-data-envers - - - - - org.springframework.data - spring-data-ldap - - - - - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - diff --git a/bom/pom.xml b/bom/pom.xml deleted file mode 100644 index 001f8bca..00000000 --- a/bom/pom.xml +++ /dev/null @@ -1,166 +0,0 @@ - - - - 4.0.0 - org.springframework.data - spring-data-releasetrain - Neumann-BUILD-SNAPSHOT - pom - - - org.springframework.data.build - spring-data-build - 2.4.0-SNAPSHOT - - - Spring Data Release Train - BOM - Bill of materials to make sure a consistent set of versions is used for Spring Data modules. - https://github.com/spring-projects/spring-data-build - - - - - - - org.springframework.data - spring-data-cassandra - 3.1.0-SNAPSHOT - - - - - org.springframework.data - spring-data-commons - 2.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-couchbase - 4.1.0-SNAPSHOT - - - - - org.springframework.data - spring-data-elasticsearch - 4.1.0-SNAPSHOT - - - - - org.springframework.data - spring-data-gemfire - 2.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-geode - 2.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-jdbc - 2.1.0-SNAPSHOT - - - - org.springframework.data - spring-data-relational - 2.1.0-SNAPSHOT - - - - - org.springframework.data - spring-data-jpa - 2.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-mongodb - 3.1.0-SNAPSHOT - - - - - org.springframework.data - spring-data-neo4j - 5.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-r2dbc - 1.2.0-SNAPSHOT - - - - - org.springframework.data - spring-data-redis - 2.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-rest-webmvc - 3.4.0-SNAPSHOT - - - org.springframework.data - spring-data-rest-core - 3.4.0-SNAPSHOT - - - org.springframework.data - spring-data-rest-hal-browser - 3.4.0-SNAPSHOT - - - org.springframework.data - spring-data-rest-hal-explorer - 3.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-solr - 4.3.0-SNAPSHOT - - - - - org.springframework.data - spring-data-keyvalue - 2.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-envers - 2.4.0-SNAPSHOT - - - - - org.springframework.data - spring-data-ldap - 2.4.0-SNAPSHOT - - - - - - diff --git a/parent/pom.xml b/parent/pom.xml index 29e05e63..fc286d91 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -133,7 +133,8 @@ 2.0.16 1.3.2 - Neumann-BUILD-SNAPSHOT + + 2020.0.0-SNAPSHOT