Skip to content

Commit 7b95d68

Browse files
After release cleanups.
See #1279
1 parent aca7574 commit 7b95d68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.7.2</version>
9+
<version>2.7.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -98,13 +98,13 @@
9898
<hppc.version>0.5.4</hppc.version>
9999
<multithreadedtc.version>1.01</multithreadedtc.version>
100100
<project.type>multi</project.type>
101-
<springdata.commons>2.7.2</springdata.commons>
101+
<springdata.commons>2.7.3-SNAPSHOT</springdata.commons>
102102
</properties>
103103

104104
<repositories>
105105
<repository>
106-
<id>spring-libs-release</id>
107-
<url>https://repo.spring.io/libs-release</url>
106+
<id>spring-libs-snapshot</id>
107+
<url>https://repo.spring.io/libs-snapshot</url>
108108
</repository>
109109
</repositories>
110110

0 commit comments

Comments
 (0)