diff --git a/bom-client/pom.xml b/bom-client/pom.xml new file mode 100644 index 00000000..ae450ef8 --- /dev/null +++ b/bom-client/pom.xml @@ -0,0 +1,190 @@ + + + + 4.0.0 + spring-data-bom-client + pom + + + org.springframework.data + spring-data-releasetrain + Lovelace-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 + 2.5.2 + + true + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.0.2 + + + 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-jpa + + + + + org.springframework.data + spring-data-mongodb + + + org.springframework.data + spring-data-mongodb-cross-store + + + + + org.springframework.data + spring-data-neo4j + + + + + 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-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/pom.xml b/pom.xml index 38dfba56..9933115e 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,13 @@ + + bom-verify + + bom-client + + +