Skip to content

Commit a8c1be4

Browse files
After release cleanups.
See #273
1 parent 6140757 commit a8c1be4

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.0-M3</version>
12+
<version>2.5.0-SNAPSHOT</version>
1313
<relativePath/>
1414
</parent>
1515

@@ -42,7 +42,7 @@
4242
</scm>
4343

4444
<properties>
45-
<springdata.jpa>2.5.0-M3</springdata.jpa>
45+
<springdata.jpa>2.5.0-SNAPSHOT</springdata.jpa>
4646
<hibernate.envers>5.4.8</hibernate.envers>
4747
<java-module-name>spring.data.envers</java-module-name>
4848
</properties>
@@ -110,8 +110,8 @@
110110

111111
<repositories>
112112
<repository>
113-
<id>spring-libs-milestone</id>
114-
<url>https://repo.spring.io/libs-milestone</url>
113+
<id>spring-libs-snapshot</id>
114+
<url>https://repo.spring.io/libs-snapshot</url>
115115
</repository>
116116
</repositories>
117117

0 commit comments

Comments
 (0)