DATAGRAPH-411 - Prepare release 3.0.0.M1.
Upgraded to Spring Data Commons 1.7.0.M1 and Spring Data Build 1.3.0.M1. Use milestone repository instead of snapshot repo. Updated changelog, notice and readme.
This commit is contained in:
committed by
Oliver Gierke
parent
7c14a4f698
commit
ae6f778a8a
@@ -58,7 +58,7 @@ h2. Maven configuration
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j</artifactId>
|
||||
<version>2.3.0.RELEASE</version>
|
||||
<version>2.3.2.RELEASE</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.3.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.3.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.7.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>1.7.0.M1</springdata.commons>
|
||||
|
||||
<!-- Neo4j 2.0 now requires JDK 7 as a min -->
|
||||
<source.level>1.7</source.level>
|
||||
@@ -162,9 +162,9 @@
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot-local</id>
|
||||
<id>spring-libs-milestone-local</id>
|
||||
<name>Spring Snapshots</name>
|
||||
<url>http://repo.springsource.org/libs-snapshot-local</url>
|
||||
<url>http://repo.springsource.org/libs-milestone-local</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-libs-release-local</id>
|
||||
|
||||
@@ -1,17 +1,40 @@
|
||||
Spring Data Neo4j Changelog
|
||||
===========================
|
||||
|
||||
Changes in version 3.0.0.M1 (2013-11-20)
|
||||
Changes in version 3.0.0.M1 (2013-11-21)
|
||||
----------------------------------------
|
||||
* DATAGRAPH-408 Upgrade to latest Spring Data Build, Spring Framework 3.2.5
|
||||
* DATAGRAPH-409 Improved default transaction configuration for repositories
|
||||
* DATAGRAPH-407 deleting entities with a read-only index doesn't fail
|
||||
* DATAGRAPH-406 Removing Gremlin Dependency
|
||||
* DATAGRAPH-311 QueryResultProxy not Serializable
|
||||
* DATAGRAPH-349 Maven Build Plugin is missing in spring-data-neo4j-rest
|
||||
* DATAGRAPH-393 Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure
|
||||
* DATAGRAPH-402 Use transactions for all operations
|
||||
* DATAGRAPH-407 Bug when deleting nodes on an auto_index index
|
||||
* DATAGRAPH-409 Improve default transaction configuration for repositories
|
||||
* DATAGRAPH-365 Fire an event before and after entity deletion
|
||||
* DATAGRAPH-399 Add support for nested repositories
|
||||
* DATAGRAPH-340 CDI support for Neo4j repositories
|
||||
* DATAGRAPH-387 Add Label based TypeRepresentation Strategy
|
||||
* DATAGRAPH-392 Add support for custom findAll Queries.
|
||||
* DATAGRAPH-384 Upgrade to Neo4j 2.0.0-M06
|
||||
* DATAGRAPH-389 Derived Queries for Labels
|
||||
* DATAGRAPH-387 Label based NodeTypeRepresentationStrategy
|
||||
* DATAGRAPH-340 Implementation
|
||||
* DATAGRAPH-393 Fix Infrastructure Setup for REST-GraphDatabase
|
||||
* DATAGRAPH-406 Remove Gremlin Dependency
|
||||
* DATAGRAPH-408 Upgrade to latest Spring Data Build parent to pull in new Spring dependencies
|
||||
* DATAGRAPH-411 Release 3.0.M1
|
||||
|
||||
Changes in version 2.3.2.RELEASE (2013-10-25)
|
||||
---------------------------------------------
|
||||
* DATAGRAPH-393 Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure
|
||||
* DATAGRAPH-397 Release 2.3.2
|
||||
* DATAGRAPH-400 Upgrade to Neo4j 1.9.*
|
||||
|
||||
Changes in version 2.2.3.RELEASE (2013-10-01)
|
||||
---------------------------------------------
|
||||
* DATAGRAPH-393 Use supplied RestGraphDatabase as GraphDatabase in MappingInfrastructure
|
||||
* DATAGRAPH-298 GraphRepository with abstract type parameter should throw more meaningful exception when stored Java type is not a subtype
|
||||
* DATAGRAPH-390 Release 2.2.3
|
||||
* DATAGRAPH-394 Update to Neo4j 1.8.3
|
||||
|
||||
Changes in version 2.3.1.RELEASE (2013-09-09)
|
||||
---------------------------------------------
|
||||
* DATAGRAPH-386 Release 2.3.1 / Upgrade SD-Commons 1.6.1
|
||||
|
||||
Changes in version 2.3.0.GA (2013-09-09)
|
||||
----------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Neo4j 2.3.0.RELEASE
|
||||
Spring Data Neo4j 3.0.0.M1
|
||||
Copyright (c) [2013] Pivotal Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
||||
Reference in New Issue
Block a user