Skip to content

Commit 8d984cd

Browse files
committed
After release cleanups.
See #1935
1 parent ee64017 commit 8d984cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-parent</artifactId>
13-
<version>2.4.14</version>
13+
<version>2.4.15-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Spring Data Elasticsearch</name>
@@ -22,7 +22,7 @@
2222
<elasticsearch>7.9.3</elasticsearch>
2323
<log4j>2.13.3</log4j>
2424
<netty>4.1.52.Final</netty>
25-
<springdata.commons>2.4.14</springdata.commons>
25+
<springdata.commons>2.4.15-SNAPSHOT</springdata.commons>
2626
<testcontainers>1.15.1</testcontainers>
2727
<java-module-name>spring.data.elasticsearch</java-module-name>
2828
</properties>
@@ -405,8 +405,8 @@
405405

406406
<repositories>
407407
<repository>
408-
<id>spring-libs-release</id>
409-
<url>https://repo.spring.io/libs-release</url>
408+
<id>spring-libs-snapshot</id>
409+
<url>https://repo.spring.io/libs-snapshot</url>
410410
</repository>
411411
</repositories>
412412

0 commit comments

Comments
 (0)