Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2112
  • Loading branch information
gregturn committed Mar 21, 2022
1 parent e04726a commit 42c7add
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.0-M4</version>
<version>2.7.0-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.0-M4</springdata.commons>
<springdata.jpa>2.7.0-M4</springdata.jpa>
<springdata.mongodb>3.4.0-M4</springdata.mongodb>
<springdata.geode>2.7.0-M4</springdata.geode>
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
<springdata.jpa>2.7.0-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.4.0-SNAPSHOT</springdata.mongodb>
<springdata.geode>2.7.0-SNAPSHOT</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.4.0-M4</springdata.cassandra>
<springdata.keyvalue>2.7.0-M4</springdata.keyvalue>
<springdata.cassandra>3.4.0-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.7.0-SNAPSHOT</springdata.keyvalue>
<servlet.version>4.0.1</servlet.version>

<hibernate.version>5.4.8.Final</hibernate.version>
Expand Down Expand Up @@ -143,8 +143,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 42c7add

Please sign in to comment.