DATAREST-306 - Prepare 2.1 GA.
This commit is contained in:
@@ -8,7 +8,7 @@ The first exporter implemented is a JPA Repository exporter. This takes your JPA
|
||||
|
||||
Installation instructions are in the docs:
|
||||
|
||||
* [http://static.springsource.org/autorepo/docs/spring-data-rest/1.1.0.BUILD-SNAPSHOT/reference/htmlsingle/](http://static.springsource.org/autorepo/docs/spring-data-rest/1.1.0.BUILD-SNAPSHOT/reference/htmlsingle/)
|
||||
* [http://docs.spring.io/spring-data/rest/docs/current/reference/htmlsingle/](http://docs.spring.io/spring-data/rest/docs/current/reference/htmlsingle/)
|
||||
|
||||
|
||||
### License
|
||||
|
||||
16
pom.xml
16
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.4.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.4.0.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.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>1.6.0.BUILD-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>1.5.0.BUILD-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.neo4j>3.1.0.BUILD-SNAPSHOT</springdata.neo4j>
|
||||
<springdata.gemfire>1.4.0.BUILD-SNAPSHOT</springdata.gemfire>
|
||||
<springdata.commons>1.8.0.RELEASE</springdata.commons>
|
||||
<springdata.jpa>1.6.0.RELEASE</springdata.jpa>
|
||||
<springdata.mongodb>1.5.0.RELEASE</springdata.mongodb>
|
||||
<springdata.neo4j>3.1.0.RELEASE</springdata.neo4j>
|
||||
<springdata.gemfire>1.4.0.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>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<spring.hateoas>0.11.0.RELEASE</spring.hateoas>
|
||||
<spring.hateoas>0.12.0.RELEASE</spring.hateoas>
|
||||
<springplugin>1.1.0.RELEASE</springplugin>
|
||||
<evoinflector>1.1</evoinflector>
|
||||
</properties>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data REST 2.1 RC1
|
||||
Spring Data REST 2.1 GA
|
||||
Copyright (c) 2012-2014 Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0
|
||||
|
||||
Reference in New Issue
Block a user