Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2300
  • Loading branch information
mp911de committed Sep 15, 2023
1 parent 6ab08ad commit 94d51ab
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.16</version>
<version>2.7.17-SNAPSHOT</version>
<relativePath/>
</parent>

Expand All @@ -28,13 +28,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>

<springdata.commons>2.7.16</springdata.commons>
<springdata.jpa>2.7.16</springdata.jpa>
<springdata.mongodb>3.4.16</springdata.mongodb>
<springdata.commons>2.7.17-SNAPSHOT</springdata.commons>
<springdata.jpa>2.7.17-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.4.17-SNAPSHOT</springdata.mongodb>
<springdata.geode>2.7.6-SNAPSHOT</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.4.16</springdata.cassandra>
<springdata.keyvalue>2.7.16</springdata.keyvalue>
<springdata.cassandra>3.4.17-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.7.17-SNAPSHOT</springdata.keyvalue>
<servlet.version>4.0.1</servlet.version>

<hibernate.version>5.4.8.Final</hibernate.version>
Expand Down Expand Up @@ -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>

0 comments on commit 94d51ab

Please sign in to comment.