diff --git a/pom.xml b/pom.xml index f81316c3d..7cc143398 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ spring-libs-milestone-local - Spring snapshots + Spring Milestones http://repo.springsource.org/libs-milestone-local diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 3d16c0dfb..c68f7550a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,13 +3,17 @@ Spring Data Neo4j Changelog Changes in version 2.3.0.RC1 (2013-08-05) ---------------------------------------- -* DATAGRAPH-375 Upgrade to SD-Commons 1.6.0.RC1 +* DATAGRAPH-375 - Upgrade to SD-Commons 1.6.0.RC1 * made querydsl optional, fix for deleting dynamic properties * Add type safety mechanism for repositories / finder-methods -* DATAGRAPH-345 support for countBy projections for derived queries -* DATAGRAPH-368 fix for handling transient properties on detached entities -* DATAGRAPH-352/330 : Fixed issues relating to Sorting and Paging for repository.findAll +* DATAGRAPH-345 - Support for countBy projections for derived queries +* DATAGRAPH-368 - Fix for handling transient properties on detached entities +* DATAGRAPH-352, DATAGRAPH-330 - Fixed issues relating to Sorting and Paging for repository.findAll +Changes in version 2.2.2.RELEASE (2013-07-16) +--------------------------------------------- +* DATAGRAPH-330 - Sort and Order By for repository.findAll +* DATAGRAPH-325 - Cannot return a set from a query with Neo4j Changes in version 2.3.0.M1 (2013-06-09) ---------------------------------------- diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index a4f856dc3..77153b611 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,5 +1,5 @@ -Spring Data Neo4j 2.0 -Copyright (c) [2012] SpringSource, a division of VMware, Inc. +Spring Data Neo4j 2.3.0.RC1 +Copyright (c) [2013] Pivotal Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License.