1
0
mirror of synced 2026-05-24 13:13:17 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Mark Paluch 122b0eb3dd Update CI Properties.
See #2988
2024-11-15 10:39:25 +01:00
Mark Paluch 48de54bf82 After release cleanups.
See #2988
2024-11-15 10:23:55 +01:00
Mark Paluch 17b7a89792 Prepare next development iteration.
See #2988
2024-11-15 10:23:53 +01:00
2 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Java versions
java.main.tag=17.0.12_7-jdk-focal
java.main.tag=17.0.13_11-jdk-focal
java.next.tag=22.0.2_9-jdk-jammy
# Docker container images - standard
+17 -5
View File
@@ -5,12 +5,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>5.2.12</version>
<version>5.2.13-SNAPSHOT</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.12</version>
<version>3.2.13-SNAPSHOT</version>
</parent>
<name>Spring Data Elasticsearch</name>
@@ -18,7 +18,7 @@
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
<properties>
<springdata.commons>3.2.12</springdata.commons>
<springdata.commons>3.2.13-SNAPSHOT</springdata.commons>
<!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.11.4</elasticsearch-java>
@@ -454,8 +454,20 @@
</profiles>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
</project>