Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 2a893e7

Browse files
committed
DATASOLR-477 - After release cleanups.
1 parent 07ae95b commit 2a893e7

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,15 +14,15 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>2.0.10.RELEASE</version>
17+
<version>2.0.11.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
2121
<commons.collections>3.2.1</commons.collections>
2222
<commons.lang>3.1</commons.lang>
2323
<httpcomponents>4.3.1</httpcomponents>
2424
<solr>6.6.1</solr>
25-
<springdata.commons>2.0.10.RELEASE</springdata.commons>
25+
<springdata.commons>2.0.11.BUILD-SNAPSHOT</springdata.commons>
2626
<java-module-name>spring.data.solr</java-module-name>
2727
</properties>
2828

@@ -308,8 +308,8 @@
308308

309309
<repositories>
310310
<repository>
311-
<id>spring-libs-release</id>
312-
<url>https://repo.spring.io/libs-release</url>
311+
<id>spring-libs-snapshot</id>
312+
<url>https://repo.spring.io/libs-snapshot</url>
313313
</repository>
314314
</repositories>
315315

0 commit comments

Comments
 (0)