Browse Source

After release cleanups.

See #2879
pull/2911/head
Julia Lee 2 years ago
parent
commit
c650119a35
No known key found for this signature in database
GPG Key ID: A297192A52D0D420
  1. 12
      pom.xml

12
pom.xml

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.0-M2</version>
<version>3.2.0-SNAPSHOT</version>
</parent>
<properties>
@ -386,6 +386,16 @@ @@ -386,6 +386,16 @@
</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>

Loading…
Cancel
Save