DATAREST-790 - Prepare next development iteration.

This commit is contained in:
Oliver Gierke
2016-04-06 16:38:18 +02:00
committed by Oliver Gierke
parent c49a29a247
commit 69d62019d6
13 changed files with 29 additions and 29 deletions

22
pom.xml
View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data REST</name>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.0.RELEASE</version>
<version>1.8.1.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -28,13 +28,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>1.12.0.RELEASE</springdata.commons>
<springdata.jpa>1.10.0.RELEASE</springdata.jpa>
<springdata.mongodb>1.9.0.RELEASE</springdata.mongodb>
<springdata.gemfire>1.8.0.RELEASE</springdata.gemfire>
<springdata.solr>2.0.0.RELEASE</springdata.solr>
<springdata.cassandra>1.4.0.RELEASE</springdata.cassandra>
<springdata.keyvalue>1.1.0.RELEASE</springdata.keyvalue>
<springdata.commons>1.12.1.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.10.1.BUILD-SNAPSHOT</springdata.jpa>
<springdata.mongodb>1.9.1.BUILD-SNAPSHOT</springdata.mongodb>
<springdata.gemfire>1.8.1.BUILD-SNAPSHOT</springdata.gemfire>
<springdata.solr>2.0.1.BUILD-SNAPSHOT</springdata.solr>
<springdata.cassandra>1.4.1.BUILD-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>1.1.1.BUILD-SNAPSHOT</springdata.keyvalue>
<hibernate.version>4.3.10.Final</hibernate.version>
<jsonpath>1.1.0</jsonpath>
@@ -113,8 +113,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-data-rest-hal-browser</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
</parent>
<name>Spring Data REST Tests - Shop</name>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
</parent>
<name>Spring Data REST Tests - Solr</name>
@@ -15,7 +15,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>2.5.0.RELEASE</version>
<version>2.5.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>