Browse Source

DATACMNS-1507 - After release cleanups.

pull/420/head
Oliver Drotbohm 7 years ago
parent
commit
0bacacbdbb
  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.1.7.RELEASE</version>
<version>2.1.8.BUILD-SNAPSHOT</version>
</parent>
<properties>
@ -388,8 +388,8 @@ @@ -388,8 +388,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