Browse Source

After release cleanups.

See #3332
3.4.x
Mark Paluch 4 months ago
parent
commit
f1dfcd347d
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.4.9</version>
<version>3.4.10-SNAPSHOT</version>
</parent>
<properties>
@ -380,8 +380,20 @@ @@ -380,8 +380,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