Skip to content

Commit c650119

Browse files
committed
After release cleanups.
See #2879
1 parent 522afa5 commit c650119

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: 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-M2</version>
28+
<version>3.2.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -386,6 +386,16 @@
386386
</build>
387387

388388
<repositories>
389+
<repository>
390+
<id>spring-snapshot</id>
391+
<url>https://repo.spring.io/snapshot</url>
392+
<snapshots>
393+
<enabled>true</enabled>
394+
</snapshots>
395+
<releases>
396+
<enabled>false</enabled>
397+
</releases>
398+
</repository>
389399
<repository>
390400
<id>spring-milestone</id>
391401
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)