Skip to content

Commit f311501

Browse files
committed
DATACASS-588 - After release cleanups.
1 parent d6e44f6 commit f311501

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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.1.0.RELEASE</version>
9+
<version>2.2.0.BUILD-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -95,13 +95,13 @@
9595
<el.version>1.0</el.version>
9696
<multithreadedtc.version>1.01</multithreadedtc.version>
9797
<project.type>multi</project.type>
98-
<springdata.commons>2.1.0.RELEASE</springdata.commons>
98+
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
9999
</properties>
100100

101101
<repositories>
102102
<repository>
103-
<id>spring-libs-release</id>
104-
<url>https://repo.spring.io/libs-release</url>
103+
<id>spring-libs-snapshot</id>
104+
<url>https://repo.spring.io/libs-snapshot</url>
105105
</repository>
106106
</repositories>
107107

0 commit comments

Comments
 (0)