diff --git a/build/ivy/settings/ivy.xml b/build/ivy/settings/ivy.xml index 860761182..3e7f55830 100644 --- a/build/ivy/settings/ivy.xml +++ b/build/ivy/settings/ivy.xml @@ -6,9 +6,9 @@ - - - + + + diff --git a/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle b/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle index c4b693f2d..7ffdbf9b7 100644 --- a/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle +++ b/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle @@ -5,9 +5,9 @@ apply plugin: 'idea' apply plugin: 'eclipse' -springVersion = "3.0.5.RELEASE" -springDataNeo4jVersion = "1.1.0.RELEASE" -aspectjVersion = "1.6.11.RELEASE" +springVersion = "3.0.7.RELEASE" +springDataNeo4jVersion = "2.0.0.RELEASE" +aspectjVersion = "1.6.12" apply from:'https://github.com/SpringSource/spring-data-neo4j/raw/master/build/gradle/springdataneo4j.gradle' diff --git a/spring-data-neo4j-examples/hello-worlds-aspects/settings/ivy.xml b/spring-data-neo4j-examples/hello-worlds-aspects/settings/ivy.xml index 2564c1bf5..d1bd7bcfa 100644 --- a/spring-data-neo4j-examples/hello-worlds-aspects/settings/ivy.xml +++ b/spring-data-neo4j-examples/hello-worlds-aspects/settings/ivy.xml @@ -1,14 +1,14 @@ - + - - - + + + diff --git a/spring-data-neo4j-examples/hello-worlds/build.gradle b/spring-data-neo4j-examples/hello-worlds/build.gradle index c4b693f2d..7b2c1ccd5 100644 --- a/spring-data-neo4j-examples/hello-worlds/build.gradle +++ b/spring-data-neo4j-examples/hello-worlds/build.gradle @@ -5,11 +5,8 @@ apply plugin: 'idea' apply plugin: 'eclipse' -springVersion = "3.0.5.RELEASE" -springDataNeo4jVersion = "1.1.0.RELEASE" -aspectjVersion = "1.6.11.RELEASE" - -apply from:'https://github.com/SpringSource/spring-data-neo4j/raw/master/build/gradle/springdataneo4j.gradle' +springVersion = "3.0.7.RELEASE" +springDataNeo4jVersion = "2.0.0.RELEASE" configurations { runtime diff --git a/spring-data-neo4j-examples/hello-worlds/build.xml b/spring-data-neo4j-examples/hello-worlds/build.xml index 60a0d7f3d..c975fc6cf 100644 --- a/spring-data-neo4j-examples/hello-worlds/build.xml +++ b/spring-data-neo4j-examples/hello-worlds/build.xml @@ -7,8 +7,6 @@ - - @@ -29,14 +27,8 @@ - - - - - - - - + + @@ -44,14 +36,8 @@ - - - - - - - - + + diff --git a/spring-data-neo4j-examples/hello-worlds/settings/ivy.xml b/spring-data-neo4j-examples/hello-worlds/settings/ivy.xml index 2564c1bf5..58f5da722 100644 --- a/spring-data-neo4j-examples/hello-worlds/settings/ivy.xml +++ b/spring-data-neo4j-examples/hello-worlds/settings/ivy.xml @@ -1,14 +1,12 @@ - + - - - + diff --git a/src/docbkx/tutorial/neo4j.xml b/src/docbkx/tutorial/neo4j.xml index d4690abbd..5129504a8 100644 --- a/src/docbkx/tutorial/neo4j.xml +++ b/src/docbkx/tutorial/neo4j.xml @@ -40,7 +40,7 @@ org.neo4j neo4j - 1.5 + 1.6.M02 ]]> diff --git a/src/docbkx/tutorial/setup.xml b/src/docbkx/tutorial/setup.xml index 730265306..87d93cc1b 100644 --- a/src/docbkx/tutorial/setup.xml +++ b/src/docbkx/tutorial/setup.xml @@ -32,7 +32,7 @@ Project pom.xml - 3.0.6.RELEASE + 3.0.7.RELEASE