Skip to content

Commit ea9b5aa

Browse files
committed
After release cleanups.
See #2957
1 parent f764bab commit ea9b5aa

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
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.7.18</version>
15+
<version>2.7.19-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>
@@ -400,8 +400,20 @@
400400
</build>
401401

402402
<repositories>
403-
404-
403+
<repository>
404+
<id>spring-snapshot</id>
405+
<url>https://repo.spring.io/snapshot</url>
406+
<snapshots>
407+
<enabled>true</enabled>
408+
</snapshots>
409+
<releases>
410+
<enabled>false</enabled>
411+
</releases>
412+
</repository>
413+
<repository>
414+
<id>spring-milestone</id>
415+
<url>https://repo.spring.io/milestone</url>
416+
</repository>
405417
</repositories>
406418

407419
</project>

0 commit comments

Comments
 (0)