Skip to content

Commit 6b59e4b

Browse files
committed
After release cleanups.
See #2814
1 parent 93fca0f commit 6b59e4b

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
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.data.build</groupId>
2121
<artifactId>spring-data-parent</artifactId>
22-
<version>2.7.18</version>
22+
<version>2.7.19-SNAPSHOT</version>
2323
</parent>
2424

2525
<groupId>org.springframework.data</groupId>
@@ -114,7 +114,7 @@
114114
<checkstyle.skip>${skipTests}</checkstyle.skip>
115115

116116
<skipUnitTests>${skipTests}</skipUnitTests>
117-
<springdata.commons>2.7.18</springdata.commons>
117+
<springdata.commons>2.7.19-SNAPSHOT</springdata.commons>
118118

119119
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
120120
</properties>
@@ -388,8 +388,20 @@
388388
</dependencies>
389389

390390
<repositories>
391-
392-
391+
<repository>
392+
<id>spring-snapshot</id>
393+
<url>https://repo.spring.io/snapshot</url>
394+
<snapshots>
395+
<enabled>true</enabled>
396+
</snapshots>
397+
<releases>
398+
<enabled>false</enabled>
399+
</releases>
400+
</repository>
401+
<repository>
402+
<id>spring-milestone</id>
403+
<url>https://repo.spring.io/milestone</url>
404+
</repository>
393405
</repositories>
394406

395407
<build>

0 commit comments

Comments
 (0)