From ae6f778a8a6e43a9ccf5e0dd4b57736a0eab2767 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Thu, 21 Nov 2013 10:13:44 +0100 Subject: [PATCH] DATAGRAPH-411 - Prepare release 3.0.0.M1. Upgraded to Spring Data Commons 1.7.0.M1 and Spring Data Build 1.3.0.M1. Use milestone repository instead of snapshot repo. Updated changelog, notice and readme. --- README.textile | 2 +- pom.xml | 8 +++---- src/main/resources/changelog.txt | 41 +++++++++++++++++++++++++------- src/main/resources/notice.txt | 2 +- 4 files changed, 38 insertions(+), 15 deletions(-) diff --git a/README.textile b/README.textile index 3c6deea92..7cb4dd009 100644 --- a/README.textile +++ b/README.textile @@ -58,7 +58,7 @@ h2. Maven configuration org.springframework.data spring-data-neo4j - 2.3.0.RELEASE + 2.3.2.RELEASE diff --git a/pom.xml b/pom.xml index b122b316a..feee72c11 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.3.0.BUILD-SNAPSHOT + 1.3.0.M1 ../spring-data-build/parent/pom.xml @@ -32,7 +32,7 @@ multi spring-data-neo4j - 1.7.0.BUILD-SNAPSHOT + 1.7.0.M1 1.7 @@ -162,9 +162,9 @@ - spring-libs-snapshot-local + spring-libs-milestone-local Spring Snapshots - http://repo.springsource.org/libs-snapshot-local + http://repo.springsource.org/libs-milestone-local spring-libs-release-local diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1133264b9..c4a3f0491 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,17 +1,40 @@ Spring Data Neo4j Changelog =========================== -Changes in version 3.0.0.M1 (2013-11-20) +Changes in version 3.0.0.M1 (2013-11-21) ---------------------------------------- -* DATAGRAPH-408 Upgrade to latest Spring Data Build, Spring Framework 3.2.5 -* DATAGRAPH-409 Improved default transaction configuration for repositories -* DATAGRAPH-407 deleting entities with a read-only index doesn't fail -* DATAGRAPH-406 Removing Gremlin Dependency +* DATAGRAPH-311 QueryResultProxy not Serializable +* DATAGRAPH-349 Maven Build Plugin is missing in spring-data-neo4j-rest +* DATAGRAPH-393 Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure +* DATAGRAPH-402 Use transactions for all operations +* DATAGRAPH-407 Bug when deleting nodes on an auto_index index +* DATAGRAPH-409 Improve default transaction configuration for repositories +* DATAGRAPH-365 Fire an event before and after entity deletion +* DATAGRAPH-399 Add support for nested repositories +* DATAGRAPH-340 CDI support for Neo4j repositories +* DATAGRAPH-387 Add Label based TypeRepresentation Strategy +* DATAGRAPH-392 Add support for custom findAll Queries. * DATAGRAPH-384 Upgrade to Neo4j 2.0.0-M06 -* DATAGRAPH-389 Derived Queries for Labels -* DATAGRAPH-387 Label based NodeTypeRepresentationStrategy -* DATAGRAPH-340 Implementation -* DATAGRAPH-393 Fix Infrastructure Setup for REST-GraphDatabase +* DATAGRAPH-406 Remove Gremlin Dependency +* DATAGRAPH-408 Upgrade to latest Spring Data Build parent to pull in new Spring dependencies +* DATAGRAPH-411 Release 3.0.M1 + +Changes in version 2.3.2.RELEASE (2013-10-25) +--------------------------------------------- +* DATAGRAPH-393 Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure +* DATAGRAPH-397 Release 2.3.2 +* DATAGRAPH-400 Upgrade to Neo4j 1.9.* + +Changes in version 2.2.3.RELEASE (2013-10-01) +--------------------------------------------- +* DATAGRAPH-393 Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure +* DATAGRAPH-298 GraphRepository with abstract type parameter should throw more meaningful exception when stored Java type is not a subtype +* DATAGRAPH-390 Release 2.2.3 +* DATAGRAPH-394 Update to Neo4j 1.8.3 + +Changes in version 2.3.1.RELEASE (2013-09-09) +--------------------------------------------- +* DATAGRAPH-386 Release 2.3.1 / Upgrade SD-Commons 1.6.1 Changes in version 2.3.0.GA (2013-09-09) ---------------------------------------- diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index c615f1180..1270f07f4 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Neo4j 2.3.0.RELEASE +Spring Data Neo4j 3.0.0.M1 Copyright (c) [2013] Pivotal Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").