Skip to content

Commit c4c959b

Browse files
committed
After release cleanups.
See #2830
1 parent 623e893 commit c4c959b

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-M1</version>
28+
<version>3.2.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -366,6 +366,16 @@
366366
</build>
367367

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

0 commit comments

Comments
 (0)