Skip to content

Commit c5e9647

Browse files
christophstroblsothawo
authored andcommitted
After release cleanups.
See #3006
1 parent 34262c3 commit c5e9647

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-parent</artifactId>
13-
<version>4.0.0-M1</version>
13+
<version>4.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Spring Data Elasticsearch</name>
1717
<description>Spring Data Implementation for Elasticsearch</description>
1818
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
1919

2020
<properties>
21-
<springdata.commons>4.0.0-M1</springdata.commons>
21+
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
2222

2323
<!-- version of the ElasticsearchClient -->
2424
<elasticsearch-java>8.18.0</elasticsearch-java>
@@ -456,8 +456,20 @@
456456
</profiles>
457457

458458
<repositories>
459-
460-
459+
<repository>
460+
<id>spring-snapshot</id>
461+
<url>https://repo.spring.io/snapshot</url>
462+
<snapshots>
463+
<enabled>true</enabled>
464+
</snapshots>
465+
<releases>
466+
<enabled>false</enabled>
467+
</releases>
468+
</repository>
469+
<repository>
470+
<id>spring-milestone</id>
471+
<url>https://repo.spring.io/milestone</url>
472+
</repository>
461473
</repositories>
462474

463475
</project>

0 commit comments

Comments
 (0)