Browse Source

After release cleanups.

See #3381
3.5.x
Mark Paluch 1 month ago
parent
commit
8bfe5d0a90
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.5.6</version>
<version>3.5.7-SNAPSHOT</version>
</parent>
<properties>
@ -387,8 +387,20 @@ @@ -387,8 +387,20 @@
</profiles>
<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