Skip to content

Commit d227f21

Browse files
committed
DATAES-392 - After release cleanups.
1 parent fe6b3c6 commit d227f21

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
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>2.0.0.RELEASE</version>
12+
<version>2.1.0.BUILD-SNAPSHOT</version>
1313
</parent>
1414

1515
<name>Spring Data Elasticsearch</name>
@@ -20,7 +20,7 @@
2020
<commonscollections>3.2.1</commonscollections>
2121
<commonslang>2.6</commonslang>
2222
<elasticsearch>5.5.0</elasticsearch>
23-
<springdata.commons>2.0.0.RELEASE</springdata.commons>
23+
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
2424
<java-module-name>spring.data.elasticsearch</java-module-name>
2525
</properties>
2626

@@ -222,8 +222,8 @@
222222

223223
<repositories>
224224
<repository>
225-
<id>spring-libs-release</id>
226-
<url>https://repo.spring.io/libs-release</url>
225+
<id>spring-libs-snapshot</id>
226+
<url>https://repo.spring.io/libs-snapshot</url>
227227
</repository>
228228
</repositories>
229229

0 commit comments

Comments
 (0)