DATAGRAPH-303 documentation updates
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Spring Data Graph Changelog
|
||||
===========================
|
||||
|
||||
Changes in version 2.1.RELEASE (2012-10-10)
|
||||
-------------------------------------------
|
||||
* DATAGRAPH-303 Upgrade to Neo4j 1.8, Spring Data Commons 1.4.RELEASE
|
||||
* Documentation updates
|
||||
|
||||
Changes in version 2.1.RC4 (2012-09-19)
|
||||
---------------------------------------
|
||||
* DATAGRAPH-296 Updates to stable versions of Neo4j 1.8.RC1, spatial, cypher-dsl and java-rest-binding, adopted to API changes
|
||||
|
||||
@@ -106,7 +106,7 @@ public void foo( @Context WorldRepository repo ) {
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j-rest</artifactId>
|
||||
<version>2.1.0.RC3</version>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
</dependency>
|
||||
]]></programlisting>
|
||||
</example>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<section>
|
||||
<title>Dependencies for Spring Data Neo4j Simple Mapping</title>
|
||||
<para>
|
||||
For the simple POJO mapping it is enough to add the <code>org.springframework.data:spring-data-neo4j:2.1.0.RC3</code> dependency
|
||||
For the simple POJO mapping it is enough to add the <code>org.springframework.data:spring-data-neo4j:2.1.0.RELEASE</code> dependency
|
||||
to your project.
|
||||
</para>
|
||||
<example>
|
||||
@@ -25,7 +25,7 @@
|
||||
<programlisting language="xml"><![CDATA[<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j</artifactId>
|
||||
<version>2.1.0.RC3</version>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
</dependency>
|
||||
]]></programlisting>
|
||||
</example>
|
||||
@@ -44,7 +44,7 @@
|
||||
targetCompatibility = 1.6
|
||||
|
||||
springVersion = "3.1.0.RELEASE"
|
||||
springDataNeo4jVersion = "2.1.0.RC3"
|
||||
springDataNeo4jVersion = "2.1.0.RELEASE"
|
||||
aspectjVersion = "1.6.12"
|
||||
|
||||
apply from:'https://github.com/SpringSource/spring-data-neo4j/raw/master/build/
|
||||
@@ -128,7 +128,7 @@ repositories {
|
||||
<programlisting language="xml"><![CDATA[<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j-aspects</artifactId>
|
||||
<version>2.1.0.RC3</version>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j-rest</artifactId>
|
||||
<version>2.1.0.RC3</version>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
</dependency>
|
||||
]]></programlisting>
|
||||
</example>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<programlisting language="xml" ><![CDATA[<dependency>
|
||||
<groupId>org.neo4j</groupId>
|
||||
<artifactId>neo4j</artifactId>
|
||||
<version>1.8.M06</version>
|
||||
<version>1.8</version>
|
||||
</dependency>
|
||||
]]></programlisting>
|
||||
</example>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j-aspects</artifactId>
|
||||
<version>2.1.0.RC3</version>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<programlisting language="xml"><![CDATA[<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-neo4j</artifactId>
|
||||
<version>2.1.0.RC3</version>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
</dependency>]]></programlisting>
|
||||
</example>
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user