After release cleanups.

See #3610
This commit is contained in:
Mark Paluch 2024-10-18 12:49:41 +02:00
parent f92ca756ce
commit 46b9e558ba
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973

14
pom.xml
View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.4.0-RC1</version>
<version>3.4.0-SNAPSHOT</version>
</parent>
<properties>
@ -41,7 +41,7 @@
<jsqlparser>5.0</jsqlparser>
<mysql-connector-java>8.0.33</mysql-connector-java>
<postgresql>42.6.0</postgresql>
<springdata.commons>3.4.0-RC1</springdata.commons>
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
<vavr>0.10.3</vavr>
<hibernate.groupId>org.hibernate</hibernate.groupId>
@ -295,6 +295,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>