We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78443eb commit 11f1207Copy full SHA for 11f1207
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>1.3.0.M1</version>
+ <version>1.3.0.BUILD-SNAPSHOT</version>
16
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
17
</parent>
18
@@ -231,8 +231,8 @@
231
232
<repositories>
233
<repository>
234
- <id>spring-libs-milestone</id>
235
- <url>http://repo.springsource.org/libs-milestone-local</url>
+ <id>spring-libs-snapshot</id>
+ <url>http://repo.springsource.org/libs-snapshot-local</url>
236
</repository>
237
</repositories>
238
0 commit comments