Browse Source

After release cleanups.

See #2713
pull/2772/head
Mark Paluch 3 years ago
parent
commit
990c9c09ca
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  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.7.6</version>
<version>2.7.7-SNAPSHOT</version>
</parent>
<properties>
@ -401,8 +401,8 @@ @@ -401,8 +401,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