Skip to content

Commit 1a39115

Browse files
committed
After release cleanups.
See #1487
1 parent 8d33cd3 commit 1a39115

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

+16-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>3.1.12</version>
9+
<version>3.1.13-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -97,7 +97,7 @@
9797
<hppc.version>0.5.4</hppc.version>
9898
<multithreadedtc.version>1.01</multithreadedtc.version>
9999
<project.type>multi</project.type>
100-
<springdata.commons>3.1.12</springdata.commons>
100+
<springdata.commons>3.1.13-SNAPSHOT</springdata.commons>
101101
</properties>
102102

103103
<dependencyManagement>
@@ -371,8 +371,20 @@
371371
</profiles>
372372

373373
<repositories>
374-
375-
374+
<repository>
375+
<id>spring-snapshot</id>
376+
<url>https://repo.spring.io/snapshot</url>
377+
<snapshots>
378+
<enabled>true</enabled>
379+
</snapshots>
380+
<releases>
381+
<enabled>false</enabled>
382+
</releases>
383+
</repository>
384+
<repository>
385+
<id>spring-milestone</id>
386+
<url>https://repo.spring.io/milestone</url>
387+
</repository>
376388
</repositories>
377389

378390
</project>

0 commit comments

Comments
 (0)