DATAREST-693 - Prepare 2.2.4.RELEASE (Evans SR4).

This commit is contained in:
Oliver Gierke
2015-10-14 11:25:07 +02:00
committed by Oliver Gierke
parent c3d4ddf3b7
commit 32a686b8cd
2 changed files with 9 additions and 9 deletions

16
pom.xml
View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.5.4.BUILD-SNAPSHOT</version>
<version>1.5.4.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -27,11 +27,11 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>1.9.4.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.7.4.BUILD-SNAPSHOT</springdata.jpa>
<springdata.mongodb>1.6.4.BUILD-SNAPSHOT</springdata.mongodb>
<springdata.neo4j>3.2.4.BUILD-SNAPSHOT</springdata.neo4j>
<springdata.gemfire>1.5.4.BUILD-SNAPSHOT</springdata.gemfire>
<springdata.commons>1.9.4.RELEASE</springdata.commons>
<springdata.jpa>1.7.4.RELEASE</springdata.jpa>
<springdata.mongodb>1.6.4.RELEASE</springdata.mongodb>
<springdata.neo4j>3.2.4.RELEASE</springdata.neo4j>
<springdata.gemfire>1.5.4.RELEASE</springdata.gemfire>
<hibernate.version>4.3.5.Final</hibernate.version>
@@ -143,8 +143,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>

View File

@@ -1,4 +1,4 @@
Spring Data REST 2.2.3
Spring Data REST 2.2.4
Copyright (c) 2012-2015 Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0