Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #356
  • Loading branch information
gregturn committed Aug 29, 2022
1 parent a294cd6 commit 16a9bb8
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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.12</version>
<version>2.5.13-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -48,7 +48,7 @@
</scm>

<properties>
<springdata.jpa>2.5.12</springdata.jpa>
<springdata.jpa>2.5.13-SNAPSHOT</springdata.jpa>
<hibernate.envers>5.4.32</hibernate.envers>
<java-module-name>spring.data.envers</java-module-name>
</properties>
Expand Down Expand Up @@ -116,8 +116,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 16a9bb8

Please sign in to comment.