Browse Source

DATACMNS-1156 - After release cleanups.

pull/252/head
Mark Paluch 8 years ago
parent
commit
78a874cf0c
  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>2.0.0.RELEASE</version>
<version>2.1.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
@ -403,8 +403,8 @@ @@ -403,8 +403,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