Skip to content

Commit 02f155c

Browse files
committed
After release cleanups.
See #2597
1 parent 2b4a9a3 commit 02f155c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pom.xml

+4-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.6.7</version>
25+
<version>2.6.8-SNAPSHOT</version>
2626
</parent>
2727

2828
<properties>
@@ -33,7 +33,7 @@
3333
<hibernate>5.6.9.Final</hibernate>
3434
<mysql-connector-java>8.0.23</mysql-connector-java>
3535
<postgresql>42.2.19</postgresql>
36-
<springdata.commons>2.6.7</springdata.commons>
36+
<springdata.commons>2.6.8-SNAPSHOT</springdata.commons>
3737
<vavr>0.10.3</vavr>
3838

3939
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -563,8 +563,8 @@
563563

564564
<repositories>
565565
<repository>
566-
<id>spring-libs-release</id>
567-
<url>https://repo.spring.io/libs-release</url>
566+
<id>spring-libs-snapshot</id>
567+
<url>https://repo.spring.io/libs-snapshot</url>
568568
</repository>
569569
</repositories>
570570

0 commit comments

Comments
 (0)