Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2916
  • Loading branch information
christophstrobl committed May 12, 2023
1 parent fe143f0 commit 0f09803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.12</version>
<version>2.7.13-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -34,7 +34,7 @@
<jsqlparser>4.5</jsqlparser>
<mysql-connector-java>8.0.31</mysql-connector-java>
<postgresql>42.5.0</postgresql>
<springdata.commons>2.7.12</springdata.commons>
<springdata.commons>2.7.13-SNAPSHOT</springdata.commons>
<vavr>0.10.3</vavr>

<hibernate.groupId>org.hibernate</hibernate.groupId>
Expand Down Expand Up @@ -571,8 +571,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 0f09803

Please sign in to comment.