Skip to content

Commit 57c259f

Browse files
committed
After release cleanups.
See #2935
1 parent 3b35aa5 commit 57c259f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.2.0-RC1</version>
28+
<version>3.2.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -367,6 +367,16 @@
367367
</profiles>
368368

369369
<repositories>
370+
<repository>
371+
<id>spring-snapshot</id>
372+
<url>https://repo.spring.io/snapshot</url>
373+
<snapshots>
374+
<enabled>true</enabled>
375+
</snapshots>
376+
<releases>
377+
<enabled>false</enabled>
378+
</releases>
379+
</repository>
370380
<repository>
371381
<id>spring-milestone</id>
372382
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)