Skip to content

Commit f9b0a0f

Browse files
DATAJPA-1478 - After release cleanups.
1 parent cac9cee commit f9b0a0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>2.2.0.M1</version>
17+
<version>2.2.0.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
@@ -24,7 +24,7 @@
2424
<eclipselink>2.6.5</eclipselink>
2525
<hibernate>5.2.17.Final</hibernate>
2626
<jpa>2.0.0</jpa>
27-
<springdata.commons>2.2.0.M1</springdata.commons>
27+
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
2828

2929
<java-module-name>spring.data.jpa</java-module-name>
3030

@@ -452,8 +452,8 @@
452452

453453
<repositories>
454454
<repository>
455-
<id>spring-libs-milestone</id>
456-
<url>https://repo.spring.io/libs-milestone</url>
455+
<id>spring-libs-snapshot</id>
456+
<url>https://repo.spring.io/libs-snapshot</url>
457457
</repository>
458458
</repositories>
459459

0 commit comments

Comments
 (0)