Skip to content

Commit ea0ac3f

Browse files
committed
After release cleanups.
See #2092
1 parent 49cb56e commit ea0ac3f

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
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-parent</artifactId>
13-
<version>2.7.0-M4</version>
13+
<version>2.7.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Spring Data Elasticsearch</name>
@@ -22,7 +22,7 @@
2222
<elasticsearch-java>7.17.1</elasticsearch-java>
2323
<log4j>2.17.1</log4j>
2424
<netty>4.1.65.Final</netty>
25-
<springdata.commons>2.7.0-M4</springdata.commons>
25+
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
2626
<testcontainers>1.16.2</testcontainers>
2727
<blockhound-junit>1.0.6.RELEASE</blockhound-junit>
2828
<java-module-name>spring.data.elasticsearch</java-module-name>
@@ -497,8 +497,8 @@
497497

498498
<repositories>
499499
<repository>
500-
<id>spring-libs-milestone</id>
501-
<url>https://repo.spring.io/libs-milestone</url>
500+
<id>spring-libs-snapshot</id>
501+
<url>https://repo.spring.io/libs-snapshot</url>
502502
</repository>
503503

504504
<repository>

0 commit comments

Comments
 (0)