DATAGRAPH-462 - Prepare 3.0.2.RELEASE (Codd SR2).
Upgraded to Spring Data Build 1.3.2.RELEASE, Spring Data Commons 1.7.2.RELEASE. Updated changelog, readme.
This commit is contained in:
@@ -58,7 +58,7 @@ h2. Maven configuration
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j</artifactId>
|
||||
<version>3.0.0.RELEASE</version>
|
||||
<version>3.0.2.RELEASE</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
|
||||
13
pom.xml
13
pom.xml
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.RELEASE</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<properties>
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-neo4j</dist.id>
|
||||
<springdata.commons>1.7.1.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.7.2.RELEASE</springdata.commons>
|
||||
|
||||
<!-- Neo4j 2.0 now requires JDK 7 as a min -->
|
||||
<source.level>1.7</source.level>
|
||||
@@ -169,11 +169,6 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-release</id>
|
||||
<name>Spring Milestones</name>
|
||||
<url>http://repo.spring.io/libs-release</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>neo4j-public-release-repository</id>
|
||||
<url>http://m2.neo4j.org/releases</url>
|
||||
@@ -203,8 +198,8 @@
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>http://repo.spring.io/libs-snapshot/</url>
|
||||
<id>spring-libs-release</id>
|
||||
<url>http://repo.spring.io/libs-release/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
|
||||
@@ -1,6 +1,24 @@
|
||||
Spring Data Neo4j Changelog
|
||||
===========================
|
||||
|
||||
Changes in version 3.0.2.RELEASE (2014-04-15)
|
||||
---------------------------------------------
|
||||
* DATAGRAPH-451 - Validation on RelationshipEntity fails
|
||||
* DATAGRAPH-449 - Update Documentation for 3.0 Changes
|
||||
* DATAGRAPH-450 - Update Examples to 3.0
|
||||
* DATAGRAPH-462 - Release 3.0.2
|
||||
|
||||
Changes in version 3.1.0.M1 (2014-03-31)
|
||||
----------------------------------------
|
||||
* DATAGRAPH-433 - Correctly Handle Uniqueness with Schema Based Indexes
|
||||
* DATAGRAPH-444 - BasePackageScanner unusable when using different repositories
|
||||
* DATAGRAPH-436 - Use case for @Labels
|
||||
* DATAGRAPH-440 - Add support for Slice API
|
||||
* DATAGRAPH-434 - Release 3.1 M1
|
||||
* DATAGRAPH-441 - Update to changes in Spring Data Commons mapping metadata API
|
||||
* DATAGRAPH-452 - Adapt to BeanWrapper API changes
|
||||
* DATAGRAPH-454 - Support for Common Geospatial Types and Derived spatial Queries
|
||||
|
||||
Changes in version 3.0.1.RELEASE (2014-03-13)
|
||||
---------------------------------------------
|
||||
* DATAGRAPH-433 - Unique Creation of label based entities
|
||||
|
||||
Reference in New Issue
Block a user