From 0ed7ac93e61921643d8a7bf832286caf54fd4d62 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 15 Apr 2014 19:37:35 +0200 Subject: [PATCH] DATAGRAPH-462 - Prepare 3.0.2.RELEASE (Codd SR2). Upgraded to Spring Data Build 1.3.2.RELEASE, Spring Data Commons 1.7.2.RELEASE. Updated changelog, readme. --- README.textile | 2 +- pom.xml | 13 ++++--------- src/main/resources/changelog.txt | 18 ++++++++++++++++++ 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/README.textile b/README.textile index d68d21cbc..3b63e6c3a 100644 --- a/README.textile +++ b/README.textile @@ -58,7 +58,7 @@ h2. Maven configuration org.springframework.data spring-data-neo4j - 3.0.0.RELEASE + 3.0.2.RELEASE diff --git a/pom.xml b/pom.xml index 7015b593d..f3ea2455e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.3.1.RELEASE + 1.3.2.RELEASE ../spring-data-build/parent/pom.xml @@ -32,7 +32,7 @@ multi spring-data-neo4j - 1.7.1.RELEASE + 1.7.2.RELEASE 1.7 @@ -169,11 +169,6 @@ - - spring-libs-release - Spring Milestones - http://repo.spring.io/libs-release - neo4j-public-release-repository http://m2.neo4j.org/releases @@ -203,8 +198,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot/ + spring-libs-release + http://repo.spring.io/libs-release/ diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 47f260c83..87536630e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,24 @@ Spring Data Neo4j Changelog =========================== +Changes in version 3.0.2.RELEASE (2014-04-15) +--------------------------------------------- +* DATAGRAPH-451 - Validation on RelationshipEntity fails +* DATAGRAPH-449 - Update Documentation for 3.0 Changes +* DATAGRAPH-450 - Update Examples to 3.0 +* DATAGRAPH-462 - Release 3.0.2 + +Changes in version 3.1.0.M1 (2014-03-31) +---------------------------------------- +* DATAGRAPH-433 - Correctly Handle Uniqueness with Schema Based Indexes +* DATAGRAPH-444 - BasePackageScanner unusable when using different repositories +* DATAGRAPH-436 - Use case for @Labels +* DATAGRAPH-440 - Add support for Slice API +* DATAGRAPH-434 - Release 3.1 M1 +* DATAGRAPH-441 - Update to changes in Spring Data Commons mapping metadata API +* DATAGRAPH-452 - Adapt to BeanWrapper API changes +* DATAGRAPH-454 - Support for Common Geospatial Types and Derived spatial Queries + Changes in version 3.0.1.RELEASE (2014-03-13) --------------------------------------------- * DATAGRAPH-433 - Unique Creation of label based entities