Browse Source

After release cleanups.

See #3349
pull/3363/head
Christoph Strobl 3 months ago
parent
commit
a29a54038b
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  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>4.0.0-M6</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<properties>
@ -386,8 +386,20 @@ @@ -386,8 +386,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