Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2127
  • Loading branch information
mp911de committed Mar 22, 2022
1 parent 27a7f0d commit 685a6b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 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>3.0.0-M3</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath/>
</parent>

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

<springdata.commons>3.0.0-M3</springdata.commons>
<springdata.jpa>3.0.0-M3</springdata.jpa>
<springdata.mongodb>4.0.0-M3</springdata.mongodb>
<springdata.geode>3.0.0-M3</springdata.geode>
<springdata.keyvalue>3.0.0-M3</springdata.keyvalue>
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
<springdata.jpa>3.0.0-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.0.0-SNAPSHOT</springdata.mongodb>
<springdata.geode>3.0.0-SNAPSHOT</springdata.geode>
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
<servlet.version>5.0.0</servlet.version>

<hibernate.version>5.5.7.Final</hibernate.version>
Expand Down Expand Up @@ -140,8 +140,8 @@

<repositories>
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Expand Down

0 comments on commit 685a6b5

Please sign in to comment.