Browse Source

After release cleanups.

See #3021
3.1.x
Mark Paluch 2 years ago
parent
commit
2dfcab3fd8
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 18
      pom.xml

18
pom.xml

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.1.9</version>
<version>3.1.10-SNAPSHOT</version>
</parent>
<properties>
@ -365,8 +365,20 @@ @@ -365,8 +365,20 @@
</build>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
</project>

Loading…
Cancel
Save