DATAGRAPH-439 - Prepare release 2.3.5.RELEASE.
Update readme, changelog and notice.txt. Upgraded to latest releases of Spring Data Build and Spring Data Commons.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.2.1.RELEASE</version>
|
||||
<version>1.2.2.RELEASE</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-neo4j</dist.id>
|
||||
|
||||
<springdata.commons>1.6.4.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.6.5.RELEASE</springdata.commons>
|
||||
<neo4j.version>1.9.3</neo4j.version>
|
||||
|
||||
<neo4j.spatial.version>0.11-neo4j-1.9</neo4j.spatial.version>
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
Spring Data Neo4j Changelog
|
||||
===========================
|
||||
|
||||
Changes in version 2.3.5.RELEASE (2013-03-10)
|
||||
---------------------------------------------
|
||||
* No changes.
|
||||
|
||||
Changes in version 3.0.0.RELEASE (2014-02-24)
|
||||
---------------------------------------------
|
||||
* DATAGRAPH-388 - Add Label based indexes
|
||||
* DATAGRAPH-428 - Release 3.0 GA
|
||||
|
||||
Changes in version 2.3.4.RELEASE (2013-02-17)
|
||||
---------------------------------------------
|
||||
* No changes.
|
||||
@@ -17,7 +26,7 @@ Changes in version 2.3.3.RELEASE (2013-12-11)
|
||||
* DATAGRAPH-407 - Bug when deleting nodes on an auto_index index
|
||||
* DATAGRAPH-409 - Improved default transaction configuration for repositories.
|
||||
* DATAGRAPH-415 - Release 2.3.3
|
||||
|
||||
|
||||
Changes in version 3.0.0.M1 (2013-11-21)
|
||||
----------------------------------------
|
||||
* DATAGRAPH-311 QueryResultProxy not Serializable
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Spring Data Neo4j 2.3.4.RELEASE
|
||||
Spring Data Neo4j 2.3.5.RELEASE
|
||||
Copyright (c) [2013-2014] Pivotal Software, Inc. & Neo Technology
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
This product may include a number of subcomponents with
|
||||
separate copyright notices and license terms. Your use of the source
|
||||
|
||||
Reference in New Issue
Block a user