DATAGRAPH-377 - Prepare 2.3.0.RELEASE.

This commit is contained in:
Oliver Gierke
2013-09-09 16:09:56 -07:00
parent 70c50708c2
commit 407c1904f4
3 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ h2. Maven configuration
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>1.0.0.RELEASE</version>
<version>2.3.0.RELEASE</version>
</dependency>
</dependencies>
<repositories>

10
pom.xml
View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.1.1.RELEASE</version>
<version>1.2.0.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-neo4j</dist.id>
<springdata.commons>1.6.0.RC1</springdata.commons>
<springdata.commons>1.6.0.RELEASE</springdata.commons>
<neo4j.version>1.9.3</neo4j.version>
<neo4j.spatial.version>0.11-neo4j-1.9</neo4j.spatial.version>
@@ -161,9 +161,9 @@
</dependencies>
<repositories>
<repository>
<id>spring-libs-milestone-local</id>
<name>Spring Milestones</name>
<url>http://repo.springsource.org/libs-milestone-local</url>
<id>spring-libs-release-local</id>
<name>Spring Releases</name>
<url>http://repo.springsource.org/libs-release-local</url>
</repository>
<repository>
<id>neo4j-public-release-repository</id>

View File

@@ -1,4 +1,4 @@
Spring Data Neo4j 2.3.0.RC1
Spring Data Neo4j 2.3.0.RELEASE
Copyright (c) [2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").