DATAKV-97 - Upgrade to gosling build pom.

Updated versions of spring-data-commons / spring-data-build to the gosling snapshot versions.
This commit is contained in:
Thomas Darimont
2015-04-03 16:24:19 +02:00
parent c305988582
commit e019ed1da8

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version>
<version>1.7.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
<properties>
<dist.key>DATAKV</dist.key>
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.11.0.BUILD-SNAPSHOT</springdata.commons>
</properties>
<dependencies>