DATAGRAPH-303 2.1.0.RELEASE upgrade: Neo4j 1.8, SDC 1.4.0.RELEASE

This commit is contained in:
Michael Hunger
2012-10-09 15:23:02 +02:00
parent 898ffa8f43
commit 2db23cc719
2 changed files with 4 additions and 4 deletions

View File

@@ -124,9 +124,9 @@
<org.slf4j.version>1.6.1</org.slf4j.version>
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
<org.springframework.version>3.1.2.RELEASE</org.springframework.version>
<data.commons.version>1.4.0.RC1</data.commons.version>
<neo4j.version>1.8.RC1</neo4j.version>
<neo4j.spatial.version>0.9.RC1</neo4j.spatial.version>
<data.commons.version>1.4.0.RELEASE</data.commons.version>
<neo4j.version>1.8</neo4j.version>
<neo4j.spatial.version>0.9</neo4j.spatial.version>
<aspectj.version>1.6.12</aspectj.version>
<blueprints.version>1.2</blueprints.version>
<gremlin.version>1.5</gremlin.version>

View File

@@ -38,7 +38,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-rest-graphdb</artifactId>
<version>1.8.RC2</version>
<version>1.8</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>