Browse Source

DATACMNS-1674 - After release cleanups.

2.1.x
Mark Paluch 6 years ago
parent
commit
130dba802c
  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.17.RELEASE</version>
<version>2.1.18.BUILD-SNAPSHOT</version>
</parent>
<properties>
@ -369,8 +369,8 @@ @@ -369,8 +369,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