Skip to content

Commit 16a9bb8

Browse files
committed
After release cleanups.
See #356
1 parent a294cd6 commit 16a9bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>2.5.12</version>
12+
<version>2.5.13-SNAPSHOT</version>
1313
<relativePath/>
1414
</parent>
1515

@@ -48,7 +48,7 @@
4848
</scm>
4949

5050
<properties>
51-
<springdata.jpa>2.5.12</springdata.jpa>
51+
<springdata.jpa>2.5.13-SNAPSHOT</springdata.jpa>
5252
<hibernate.envers>5.4.32</hibernate.envers>
5353
<java-module-name>spring.data.envers</java-module-name>
5454
</properties>
@@ -116,8 +116,8 @@
116116

117117
<repositories>
118118
<repository>
119-
<id>spring-libs-release</id>
120-
<url>https://repo.spring.io/libs-release</url>
119+
<id>spring-libs-snapshot</id>
120+
<url>https://repo.spring.io/libs-snapshot</url>
121121
</repository>
122122
</repositories>
123123

0 commit comments

Comments
 (0)