DATAREST-291 - Prepare 2.0.2.RELEASE (Codd SR2).

Upgraded to latest Spring Data Build and store modules. Updated changelog, notice.
This commit is contained in:
Oliver Gierke
2014-04-16 10:44:40 +02:00
parent 286267951b
commit 6fb702308e
3 changed files with 16 additions and 8 deletions

14
pom.xml
View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.3.2.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -27,13 +27,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>1.7.1.RELEASE</springdata.commons>
<springdata.jpa>1.5.1.RELEASE</springdata.jpa>
<springdata.mongodb>1.4.1.RELEASE</springdata.mongodb>
<springdata.neo4j>3.0.1.RELEASE</springdata.neo4j>
<springdata.gemfire>1.3.3.RELEASE</springdata.gemfire>
<springdata.commons>1.7.2.RELEASE</springdata.commons>
<springdata.jpa>1.5.2.RELEASE</springdata.jpa>
<springdata.mongodb>1.4.2.RELEASE</springdata.mongodb>
<springdata.neo4j>3.0.2.RELEASE</springdata.neo4j>
<springdata.gemfire>1.3.4.RELEASE</springdata.gemfire>
<hibernate.version>4.2.0.Final</hibernate.version>
<hibernate.version>4.2.3.Final</hibernate.version>
<bundlor.enabled>false</bundlor.enabled>
</properties>

View File

@@ -1,6 +1,14 @@
Spring Data REST Changelog
==========================
Changes in version 2.0.2.RELEASE (2014-04-15)
---------------------------------------------
** Bug
* [DATAREST-288] - RepositorySchemaController must not depend on javax.validation
** Task
* [DATAREST-291] - Release 2.0.2
Changes in version 2.0.1.RELEASE (2014-03-13)
---------------------------------------------
** Bug

View File

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