After release cleanups.

See #1539
This commit is contained in:
Christoph Strobl
2025-01-24 10:53:11 +01:00
committed by Mark Paluch
parent 15f68c6690
commit ec59c4544d

20
pom.xml
View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>4.0.0-M1</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -97,7 +97,7 @@
<hppc.version>0.5.4</hppc.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<project.type>multi</project.type>
<springdata.commons>4.0.0-M1</springdata.commons>
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
</properties>
<dependencyManagement>
@@ -360,8 +360,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>