DATAGRAPH-880 - After release cleanups.

This commit is contained in:
Oliver Gierke
2016-09-20 11:19:03 +02:00
parent f7917a9bf3
commit 788b3d16ab

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.3.RELEASE</version>
<version>1.8.4.BUILD-SNAPSHOT</version>
</parent>
<modules>
@@ -24,7 +24,7 @@
<properties>
<project.type>multi</project.type>
<springdata.commons>1.12.3.RELEASE</springdata.commons>
<springdata.commons>1.12.4.BUILD-SNAPSHOT</springdata.commons>
<source.level>1.7</source.level>
<commonslang.version>2.6</commonslang.version>
<bundlor.enabled>false</bundlor.enabled>
@@ -185,9 +185,9 @@
</repository>
<repository>
<id>spring-libs-release</id>
<id>spring-libs-snapshot</id>
<name>Spring</name>
<url>https://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>