Browse Source

After release cleanups.

See #2934
3.1.x
John Blum 2 years ago
parent
commit
900b2acf52
No known key found for this signature in database
GPG Key ID: 15C230D99A19D876
  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.5</version>
<version>3.1.6-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