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>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<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>
|
||||
</parent>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<project.type>multi</project.type>
|
||||
<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.spatial.version>0.11-neo4j-1.9</neo4j.spatial.version>
|
||||
@@ -161,9 +161,9 @@
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-release-local</id>
|
||||
<id>spring-libs-release</id>
|
||||
<name>Spring Releases</name>
|
||||
<url>http://repo.springsource.org/libs-release-local</url>
|
||||
<url>http://repo.springsource.org/libs-release</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>neo4j-public-release-repository</id>
|
||||
@@ -180,5 +180,11 @@
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-plugins-release</id>
|
||||
<url>http://repo.spring.io/plugins-release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -1,8 +1,19 @@
|
||||
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)
|
||||
----------------------------------------
|
||||
---------------------------------------------
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
Spring Data Neo4j 2.3.3.RELEASE
|
||||
Copyright (c) [2013] Pivotal Inc.
|
||||
Copyright (c) [2013] Neo Technology
|
||||
Spring Data Neo4j 2.3.4.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.
|
||||
|
||||
Reference in New Issue
Block a user