DATAGRAPH-917 - After release cleanups.

This commit is contained in:
Oliver Gierke
2016-11-03 18:20:12 +01:00
parent 8510c48a5e
commit bd595f6725

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.5.RELEASE</version>
<version>1.8.6.BUILD-SNAPSHOT</version>
</parent>
<modules>
@@ -24,7 +24,7 @@
<properties>
<project.type>multi</project.type>
<springdata.commons>1.12.5.RELEASE</springdata.commons>
<springdata.commons>1.12.6.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>