DATAREST-337 - Prepare 2.1.1.RELEASE (Dijkstra SR1).

This commit is contained in:
Oliver Gierke
2014-06-30 15:01:22 +02:00
parent cce741bbce
commit 91ee25e65c
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.4.1.BUILD-SNAPSHOT</version>
<version>1.4.1.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.8.1.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.6.1.BUILD-SNAPSHOT</springdata.jpa>
<springdata.mongodb>1.5.1.BUILD-SNAPSHOT</springdata.mongodb>
<springdata.neo4j>3.1.1.BUILD-SNAPSHOT</springdata.neo4j>
<springdata.gemfire>1.4.1.BUILD-SNAPSHOT</springdata.gemfire>
<springdata.commons>1.8.1.RELEASE</springdata.commons>
<springdata.jpa>1.6.1.RELEASE</springdata.jpa>
<springdata.mongodb>1.5.1.RELEASE</springdata.mongodb>
<springdata.neo4j>3.1.1.RELEASE</springdata.neo4j>
<springdata.gemfire>1.4.1.RELEASE</springdata.gemfire>
<hibernate.version>4.2.0.Final</hibernate.version>
@@ -150,8 +150,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>http://repo.spring.io/libs-release</url>
</repository>
</repositories>

View File

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