Skip to content

Commit 5c02960

Browse files
After release cleanups.
See #2167
1 parent 82a5459 commit 5c02960

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>3.0.0-M5</version>
13+
<version>3.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Spring Data Elasticsearch</name>
@@ -26,7 +26,7 @@
2626
<log4j>2.17.2</log4j>
2727
<netty>4.1.65.Final</netty>
2828

29-
<springdata.commons>3.0.0-M5</springdata.commons>
29+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
3030
<testcontainers>1.16.2</testcontainers>
3131
<blockhound-junit>1.0.6.RELEASE</blockhound-junit>
3232

@@ -523,8 +523,8 @@
523523

524524
<repositories>
525525
<repository>
526-
<id>spring-libs-milestone</id>
527-
<url>https://repo.spring.io/libs-milestone</url>
526+
<id>spring-libs-snapshot</id>
527+
<url>https://repo.spring.io/libs-snapshot</url>
528528
</repository>
529529

530530
<repository>

0 commit comments

Comments
 (0)