Skip to content

Commit 9b2e898

Browse files
committed
After release cleanups.
See #2908
1 parent 9160bba commit 9b2e898

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

3131
<properties>
@@ -382,6 +382,16 @@
382382
</profiles>
383383

384384
<repositories>
385+
<repository>
386+
<id>spring-snapshot</id>
387+
<url>https://repo.spring.io/snapshot</url>
388+
<snapshots>
389+
<enabled>true</enabled>
390+
</snapshots>
391+
<releases>
392+
<enabled>false</enabled>
393+
</releases>
394+
</repository>
385395
<repository>
386396
<id>spring-milestone</id>
387397
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)