Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2154
  • Loading branch information
christophstrobl committed Jul 15, 2022
1 parent 828fedd commit 5a4923a
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.2</version>
<version>2.7.3-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.2</springdata.commons>
<springdata.jpa>2.7.2</springdata.jpa>
<springdata.mongodb>3.4.2</springdata.mongodb>
<springdata.geode>2.7.2</springdata.geode>
<springdata.commons>2.7.3-SNAPSHOT</springdata.commons>
<springdata.jpa>2.7.3-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.4.3-SNAPSHOT</springdata.mongodb>
<springdata.geode>2.7.3-SNAPSHOT</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.4.2</springdata.cassandra>
<springdata.keyvalue>2.7.2</springdata.keyvalue>
<springdata.cassandra>3.4.3-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.7.3-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-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Expand Down

0 comments on commit 5a4923a

Please sign in to comment.