updated changelog and docs to 1.1.0.M2

This commit is contained in:
Michael Hunger
2011-07-20 01:40:05 +02:00
parent 98b80ea070
commit e73e29f44d
4 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,19 @@
Spring Data Graph Changelog
===========================
Changes in version 1.1.0.M2 (2011-07-20)
-----------------------------------------
* updated dependency to Neo4j 1.4
* API updates to Neo4j 1.4 changes
* repackaging to org.springframework.data.neo4j.*
* added cypher queries to Neo4j-Template
* Neo4j-Template API overhaul
* fluent query, traversal, lookup methods in the Neo4j-Template
* Integrated remote REST-Cypher Plugin
* fixed lingering client connections for the REST module (ClientResponse.close())
* fixed NotFoundException with GraphRepository.exists()
Changes in version 1.1.0.M1 (2011-06-13)
-----------------------------------------
* updated dependency to Neo4j 1.4.M04

View File

@@ -100,7 +100,7 @@ public void foo( @Context WorldRepository repo ) {
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-rest</artifactId>
<version>1.1.0.M1</version>
<version>1.1.0.M2</version>
</dependency>
]]></programlisting>
</example>

View File

@@ -25,7 +25,7 @@
targetCompatibility = 1.6
springVersion = "3.0.5.RELEASE"
springDataGraphVersion = "1.1.0.M1"
springDataGraphVersion = "1.1.0.M2"
aspectjVersion = "1.6.12.M1
apply from:'https://github.com/SpringSource/spring-data-graph/raw/master/build/gradle/springdatagraph.gradle'
@@ -106,7 +106,7 @@ repositories {
<programlisting language="xml"><![CDATA[<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>1.1.0.M1</version>
<version>1.1.0.M2</version>
</dependency>
<dependency>

View File

@@ -25,7 +25,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>1.1.0.M1</version>
<version>1.1.0.M2</version>
</dependency>
<dependency>