DATAGRAPH-434 - Prepare 3.1.0.M1.
Updated dependencies to Spring Data Build, Spring Data Commons 1.8 M1 and the milestone repository. Polished changelog and notice.
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.4.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.4.0.M1</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.8.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>1.8.0.M1</springdata.commons>
|
||||
|
||||
<!-- Neo4j 2.0 now requires JDK 7 as a min -->
|
||||
<source.level>1.7</source.level>
|
||||
@@ -170,9 +170,9 @@
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<id>spring-libs-milestone</id>
|
||||
<name>Spring Milestones</name>
|
||||
<url>http://repo.spring.io/libs-snapshot</url>
|
||||
<url>http://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>neo4j-public-release-repository</id>
|
||||
|
||||
@@ -3,11 +3,13 @@ Spring Data Neo4j Changelog
|
||||
|
||||
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-451 - RelationshipEntities will be validated when manipulated
|
||||
* DATAGRAPH-450 - Updated example code
|
||||
* DATAGRAPH-449 - Updated docs for 3.x
|
||||
* DATAGRAPH-452 - Adapted to changes in BeanWrapper generics.
|
||||
* 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)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Spring Data Neo4j 3.0.0.RELEASE
|
||||
Spring Data Neo4j 3.1.0.M1
|
||||
Copyright (c) [2011-2014] Pivotal Software, Inc. / Neo Technologies, 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.
|
||||
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