Browse Source

DATACMNS-1823 - After release cleanups.

2.4.x
Mark Paluch 5 years ago
parent
commit
c0bddbb196
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  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.4.1</version>
<version>2.4.2-SNAPSHOT</version>
</parent>
<properties>
@ -358,8 +358,8 @@ @@ -358,8 +358,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