Skip to content

Commit 0c1d545

Browse files
committed
After release cleanups.
See #3027
1 parent 450fb9d commit 0c1d545

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.data.build</groupId>
2222
<artifactId>spring-data-parent</artifactId>
23-
<version>3.4.9</version>
23+
<version>3.4.10-SNAPSHOT</version>
2424
</parent>
2525

2626
<groupId>org.springframework.data</groupId>
@@ -102,7 +102,7 @@
102102

103103
<skipUnitTests>${skipTests}</skipUnitTests>
104104

105-
<springdata.commons>3.4.9</springdata.commons>
105+
<springdata.commons>3.4.10-SNAPSHOT</springdata.commons>
106106
<junit-pioneer.version>2.2.0</junit-pioneer.version>
107107
</properties>
108108

@@ -429,8 +429,20 @@
429429
</dependencies>
430430

431431
<repositories>
432-
433-
432+
<repository>
433+
<id>spring-snapshot</id>
434+
<url>https://repo.spring.io/snapshot</url>
435+
<snapshots>
436+
<enabled>true</enabled>
437+
</snapshots>
438+
<releases>
439+
<enabled>false</enabled>
440+
</releases>
441+
</repository>
442+
<repository>
443+
<id>spring-milestone</id>
444+
<url>https://repo.spring.io/milestone</url>
445+
</repository>
434446
</repositories>
435447

436448
<build>

0 commit comments

Comments
 (0)