Skip to content

Commit baa3d66

Browse files
committed
After release cleanups.
See #3044
1 parent 38a12da commit baa3d66

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pom.xml

+15-3
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.4</version>
28+
<version>3.2.5-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -384,8 +384,20 @@
384384
</profiles>
385385

386386
<repositories>
387-
388-
387+
<repository>
388+
<id>spring-snapshot</id>
389+
<url>https://repo.spring.io/snapshot</url>
390+
<snapshots>
391+
<enabled>true</enabled>
392+
</snapshots>
393+
<releases>
394+
<enabled>false</enabled>
395+
</releases>
396+
</repository>
397+
<repository>
398+
<id>spring-milestone</id>
399+
<url>https://repo.spring.io/milestone</url>
400+
</repository>
389401
</repositories>
390402

391403
</project>

0 commit comments

Comments
 (0)