Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2447
  • Loading branch information
gregturn committed Mar 21, 2022
1 parent 7beabc6 commit aa52ffe
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 @@ -14,7 +14,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>
</parent>

<properties>
Expand All @@ -26,7 +26,7 @@
<jsqlparser>4.3</jsqlparser>
<mysql-connector-java>8.0.23</mysql-connector-java>
<postgresql>42.2.19</postgresql>
<springdata.commons>2.7.0-M4</springdata.commons>
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
<vavr>0.10.3</vavr>

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

Please sign in to comment.