We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6140757 commit a8c1be4Copy full SHA for a8c1be4
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>org.springframework.data.build</groupId>
11
<artifactId>spring-data-parent</artifactId>
12
- <version>2.5.0-M3</version>
+ <version>2.5.0-SNAPSHOT</version>
13
<relativePath/>
14
</parent>
15
@@ -42,7 +42,7 @@
42
</scm>
43
44
<properties>
45
- <springdata.jpa>2.5.0-M3</springdata.jpa>
+ <springdata.jpa>2.5.0-SNAPSHOT</springdata.jpa>
46
<hibernate.envers>5.4.8</hibernate.envers>
47
<java-module-name>spring.data.envers</java-module-name>
48
</properties>
@@ -110,8 +110,8 @@
110
111
<repositories>
112
<repository>
113
- <id>spring-libs-milestone</id>
114
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
115
</repository>
116
</repositories>
117
0 commit comments