Skip to content

Commit 5f2d71e

Browse files
committed
After release cleanups.
See #2965
1 parent 2904427 commit 5f2d71e

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

Diff for: pom.xml

+16-4
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>3.2.10</version>
13+
<version>3.2.11-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>3.2.10</springdata.commons>
21+
<springdata.commons>3.2.11-SNAPSHOT</springdata.commons>
2222

2323
<!-- version of the ElasticsearchClient -->
2424
<elasticsearch-java>8.11.4</elasticsearch-java>
@@ -454,8 +454,20 @@
454454
</profiles>
455455

456456
<repositories>
457-
458-
457+
<repository>
458+
<id>spring-snapshot</id>
459+
<url>https://repo.spring.io/snapshot</url>
460+
<snapshots>
461+
<enabled>true</enabled>
462+
</snapshots>
463+
<releases>
464+
<enabled>false</enabled>
465+
</releases>
466+
</repository>
467+
<repository>
468+
<id>spring-milestone</id>
469+
<url>https://repo.spring.io/milestone</url>
470+
</repository>
459471
</repositories>
460472

461473
</project>

0 commit comments

Comments
 (0)