Skip to content

Commit 3236882

Browse files
committed
After release cleanups.
See #3009
1 parent c6d174a commit 3236882

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.2</version>
28+
<version>3.2.3-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -379,8 +379,20 @@
379379
</profiles>
380380

381381
<repositories>
382-
383-
382+
<repository>
383+
<id>spring-snapshot</id>
384+
<url>https://repo.spring.io/snapshot</url>
385+
<snapshots>
386+
<enabled>true</enabled>
387+
</snapshots>
388+
<releases>
389+
<enabled>false</enabled>
390+
</releases>
391+
</repository>
392+
<repository>
393+
<id>spring-milestone</id>
394+
<url>https://repo.spring.io/milestone</url>
395+
</repository>
384396
</repositories>
385397

386398
</project>

0 commit comments

Comments
 (0)