After release cleanups.

See #2307
This commit is contained in:
Mark Paluch
2023-10-13 10:54:10 +02:00
parent 9607d33ed9
commit 4f7884ef58

28
pom.xml
View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.17</version>
<version>2.7.18-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -28,13 +28,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>
<springdata.commons>2.7.17</springdata.commons>
<springdata.jpa>2.7.17</springdata.jpa>
<springdata.mongodb>3.4.17</springdata.mongodb>
<springdata.commons>2.7.18-SNAPSHOT</springdata.commons>
<springdata.jpa>2.7.18-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.4.18-SNAPSHOT</springdata.mongodb>
<springdata.geode>2.7.6-SNAPSHOT</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.4.17</springdata.cassandra>
<springdata.keyvalue>2.7.17</springdata.keyvalue>
<springdata.cassandra>3.4.18-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.7.18-SNAPSHOT</springdata.keyvalue>
<servlet.version>4.0.1</servlet.version>
<hibernate.version>5.4.8.Final</hibernate.version>
@@ -142,8 +142,20 @@
</dependencies>
<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>