Browse Source

DATACMNS-839 - After release cleanups.

pull/172/head
Oliver Gierke 10 years ago committed by Oliver Gierke
parent
commit
bf01d8f1b0
  1. 6
      pom.xml

6
pom.xml

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.2.RELEASE</version>
<version>1.8.3.BUILD-SNAPSHOT</version>
</parent>
<properties>
@ -283,8 +283,8 @@ @@ -283,8 +283,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>

Loading…
Cancel
Save