#54 - After release cleanups.

This commit is contained in:
Oliver Gierke
2016-09-20 11:19:04 +02:00
parent a97ea74670
commit 898e9b686d

10
pom.xml
View File

@@ -9,7 +9,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>
<relativePath/>
</parent>
@@ -42,8 +42,8 @@
</scm>
<properties>
<springdata.commons>1.12.3.RELEASE</springdata.commons>
<springdata.jpa>1.10.3.RELEASE</springdata.jpa>
<springdata.commons>1.12.4.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.10.4.BUILD-SNAPSHOT</springdata.jpa>
<hibernate.envers>4.3.11</hibernate.envers>
</properties>
@@ -114,8 +114,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>