DATAGRAPH-427 - Prepare 2.3.4.RELEASE.

Upgraded to latest Spring Data Commons and Build Parent. Added plugin repository.
This commit is contained in:
Oliver Gierke
2014-02-17 13:44:03 +01:00
parent a3e075e990
commit d5a90be7be
3 changed files with 24 additions and 8 deletions

14
pom.xml
View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.2.1.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.3.RELEASE</springdata.commons>
<springdata.commons>1.6.4.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-release-local</id>
<id>spring-libs-release</id>
<name>Spring Releases</name>
<url>http://repo.springsource.org/libs-release-local</url>
<url>http://repo.springsource.org/libs-release</url>
</repository>
<repository>
<id>neo4j-public-release-repository</id>
@@ -180,5 +180,11 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-plugins-release</id>
<url>http://repo.spring.io/plugins-release</url>
</pluginRepository>
</pluginRepositories>
</project>