Skip to content

Commit 03b0c04

Browse files
committed
After release cleanups.
See #3015
1 parent a60f3e0 commit 03b0c04

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.data.build</groupId>
2424
<artifactId>spring-data-parent</artifactId>
25-
<version>4.0.0-M4</version>
25+
<version>4.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.springframework.data</groupId>
@@ -111,7 +111,7 @@
111111
<skipUnitTests>${skipTests}</skipUnitTests>
112112
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
113113
<spring-javaformat.version>0.0.46</spring-javaformat.version>
114-
<springdata.commons>4.0.0-M4</springdata.commons>
114+
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
115115
</properties>
116116

117117
<dependencyManagement>
@@ -442,8 +442,20 @@
442442
</dependencies>
443443

444444
<repositories>
445-
446-
445+
<repository>
446+
<id>spring-snapshot</id>
447+
<url>https://repo.spring.io/snapshot</url>
448+
<snapshots>
449+
<enabled>true</enabled>
450+
</snapshots>
451+
<releases>
452+
<enabled>false</enabled>
453+
</releases>
454+
</repository>
455+
<repository>
456+
<id>spring-milestone</id>
457+
<url>https://repo.spring.io/milestone</url>
458+
</repository>
447459
</repositories>
448460

449461
<build>

0 commit comments

Comments
 (0)