DATAGRAPH-427 - Prepare 2.3.4.RELEASE.
Upgraded to latest Spring Data Commons and Build Parent. Added plugin repository.
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -15,7 +15,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>1.2.0.RELEASE</version>
|
<version>1.2.1.RELEASE</version>
|
||||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
<project.type>multi</project.type>
|
<project.type>multi</project.type>
|
||||||
<dist.id>spring-data-neo4j</dist.id>
|
<dist.id>spring-data-neo4j</dist.id>
|
||||||
|
|
||||||
<springdata.commons>1.6.3.RELEASE</springdata.commons>
|
<springdata.commons>1.6.4.RELEASE</springdata.commons>
|
||||||
<neo4j.version>1.9.3</neo4j.version>
|
<neo4j.version>1.9.3</neo4j.version>
|
||||||
|
|
||||||
<neo4j.spatial.version>0.11-neo4j-1.9</neo4j.spatial.version>
|
<neo4j.spatial.version>0.11-neo4j-1.9</neo4j.spatial.version>
|
||||||
@@ -161,9 +161,9 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-release-local</id>
|
<id>spring-libs-release</id>
|
||||||
<name>Spring Releases</name>
|
<name>Spring Releases</name>
|
||||||
<url>http://repo.springsource.org/libs-release-local</url>
|
<url>http://repo.springsource.org/libs-release</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>neo4j-public-release-repository</id>
|
<id>neo4j-public-release-repository</id>
|
||||||
@@ -180,5 +180,11 @@
|
|||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>spring-plugins-release</id>
|
||||||
|
<url>http://repo.spring.io/plugins-release</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -1,8 +1,19 @@
|
|||||||
Spring Data Neo4j Changelog
|
Spring Data Neo4j Changelog
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
Changes in version 2.3.4.RELEASE (2013-02-17)
|
||||||
|
---------------------------------------------
|
||||||
|
* No changes.
|
||||||
|
|
||||||
|
Changes in version 3.0.0.RC1 (2014-01-29)
|
||||||
|
-----------------------------------------
|
||||||
|
* DATAGRAPH-423 - Upgrade to Neo4j 2.0 GA (read-tx, removal reference node, fixing tests, update dependencies)
|
||||||
|
* DATAGRAPH-414 - Fixed Bundlor issue
|
||||||
|
* DATAGRAPH-413 - Fixed ConcurrentModificationException with Advanced Mode and implicit tx
|
||||||
|
* DATAGRAPH-424 - Release Spring Data Neo4j 3.0 RC1
|
||||||
|
|
||||||
Changes in version 2.3.3.RELEASE (2013-12-11)
|
Changes in version 2.3.3.RELEASE (2013-12-11)
|
||||||
----------------------------------------
|
---------------------------------------------
|
||||||
* DATAGRAPH-407 - Bug when deleting nodes on an auto_index index
|
* DATAGRAPH-407 - Bug when deleting nodes on an auto_index index
|
||||||
* DATAGRAPH-409 - Improved default transaction configuration for repositories.
|
* DATAGRAPH-409 - Improved default transaction configuration for repositories.
|
||||||
* DATAGRAPH-415 - Release 2.3.3
|
* DATAGRAPH-415 - Release 2.3.3
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
Spring Data Neo4j 2.3.3.RELEASE
|
Spring Data Neo4j 2.3.4.RELEASE
|
||||||
Copyright (c) [2013] Pivotal Inc.
|
Copyright (c) [2013-2014] Pivotal Software, Inc. & Neo Technology
|
||||||
Copyright (c) [2013] Neo Technology
|
|
||||||
|
|
||||||
This product is licensed to you under the Apache License, Version 2.0 (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.
|
You may not use this product except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user