After release cleanups.

See #629
This commit is contained in:
Mark Paluch
2025-04-22 11:26:48 +02:00
parent 3fdf98f903
commit 5b432fffcc

14
pom.xml
View File

@@ -12,12 +12,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.5.0-RC1</version>
<version>3.5.0-SNAPSHOT</version>
<relativePath/>
</parent>
<properties>
<springdata.commons>3.5.0-RC1</springdata.commons>
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.keyvalue</java-module-name>
</properties>
@@ -108,6 +108,16 @@
</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>