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.
143 lines
4.4 KiB
XML
143 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-releasetrain</artifactId>
|
|
<version>Kay-BUILD-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.data.build</groupId>
|
|
<artifactId>spring-data-build</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<name>Spring Data Release Train - BOM</name>
|
|
<description>Bill of materials to make sure a consistent set of versions is used for Spring Data modules.</description>
|
|
<url>https://github.com/spring-projects/spring-data-build</url>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
|
|
<!-- Spring Data Cassandra -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-cql</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-cassandra</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Commons -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-commons</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Couchbase -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-couchbase</artifactId>
|
|
<version>3.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Elasticsearch -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-elasticsearch</artifactId>
|
|
<version>3.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Gemfire -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-gemfire</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data JPA -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-jpa</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data MongoDB -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-mongodb</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-mongodb-cross-store</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-mongodb-log4j</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Neo4j -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-neo4j</artifactId>
|
|
<version>5.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Redis -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-redis</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data REST -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-rest-webmvc</artifactId>
|
|
<version>3.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-rest-core</artifactId>
|
|
<version>3.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-rest-hal-browser</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Solr -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-solr</artifactId>
|
|
<version>3.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data KeyValue -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-keyvalue</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Envers -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-envers</artifactId>
|
|
<version>2.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
</project>
|