DATACMNS-347 - Upgraded to Spring Build 1.0.4.RELEASE.

Removed reference to snapshot repository.
This commit is contained in:
Oliver Gierke
2013-07-19 12:56:11 +02:00
parent 3b88e9631e
commit 8a1777962b

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.0.3.RELEASE</version>
<version>1.0.4.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -211,8 +211,8 @@
<repositories>
<repository>
<id>spring.libs-snapshots</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
<id>spring-libs-release</id>
<url>http://repo.springsource.org/libs-release-local</url>
</repository>
</repositories>