Skip to content

Commit 1cae1e8

Browse files
committed
After release cleanups.
See #2947
1 parent a884637 commit 1cae1e8

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

2828
<properties>
@@ -34,7 +34,7 @@
3434
<jsqlparser>4.5</jsqlparser>
3535
<mysql-connector-java>8.0.31</mysql-connector-java>
3636
<postgresql>42.5.0</postgresql>
37-
<springdata.commons>2.7.13</springdata.commons>
37+
<springdata.commons>2.7.14-SNAPSHOT</springdata.commons>
3838
<vavr>0.10.3</vavr>
3939

4040
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -570,8 +570,20 @@
570570
</build>
571571

572572
<repositories>
573-
574-
573+
<repository>
574+
<id>spring-snapshot</id>
575+
<url>https://repo.spring.io/snapshot</url>
576+
<snapshots>
577+
<enabled>true</enabled>
578+
</snapshots>
579+
<releases>
580+
<enabled>false</enabled>
581+
</releases>
582+
</repository>
583+
<repository>
584+
<id>spring-milestone</id>
585+
<url>https://repo.spring.io/milestone</url>
586+
</repository>
575587
</repositories>
576588

577589
</project>

0 commit comments

Comments
 (0)