diff --git a/elastic-mapping-updater-cli-image/pom.xml b/elastic-mapping-updater-cli-image/pom.xml index c49505e..24934ad 100644 --- a/elastic-mapping-updater-cli-image/pom.xml +++ b/elastic-mapping-updater-cli-image/pom.xml @@ -24,7 +24,7 @@ com.github.cafdataprocessing.elastic elastic-mapping-updater-aggregator - 3.1.9-SNAPSHOT + 3.2.0-SNAPSHOT elastic-mapping-updater-cli-image @@ -63,7 +63,7 @@ ${dockerCafDataProcessingOrg}elastic-mapping-updater${dockerProjectVersion} - ${projectDockerRegistry}/cafapi/oraclelinux-jre21 + ${projectDockerRegistry}/cafapi/oraclelinux-jre25 /tini -- diff --git a/elastic-mapping-updater-cli-package/pom.xml b/elastic-mapping-updater-cli-package/pom.xml index 2b170bd..9244cbf 100644 --- a/elastic-mapping-updater-cli-package/pom.xml +++ b/elastic-mapping-updater-cli-package/pom.xml @@ -24,7 +24,7 @@ com.github.cafdataprocessing.elastic elastic-mapping-updater-aggregator - 3.1.9-SNAPSHOT + 3.2.0-SNAPSHOT elastic-mapping-updater-cli-package diff --git a/elastic-mapping-updater-cli/pom.xml b/elastic-mapping-updater-cli/pom.xml index f17398d..179fc77 100644 --- a/elastic-mapping-updater-cli/pom.xml +++ b/elastic-mapping-updater-cli/pom.xml @@ -24,7 +24,7 @@ com.github.cafdataprocessing.elastic elastic-mapping-updater-aggregator - 3.1.9-SNAPSHOT + 3.2.0-SNAPSHOT elastic-mapping-updater-cli diff --git a/elastic-mapping-updater/pom.xml b/elastic-mapping-updater/pom.xml index 90ab339..17bd4c6 100644 --- a/elastic-mapping-updater/pom.xml +++ b/elastic-mapping-updater/pom.xml @@ -24,7 +24,7 @@ com.github.cafdataprocessing.elastic elastic-mapping-updater-aggregator - 3.1.9-SNAPSHOT + 3.2.0-SNAPSHOT elastic-mapping-updater diff --git a/pom.xml b/pom.xml index 23d65cf..2c0a2a7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ com.github.cafdataprocessing.elastic elastic-mapping-updater-aggregator - 3.1.9-SNAPSHOT + 3.2.0-SNAPSHOT pom Elasticsearch Mapping Updater @@ -123,12 +123,12 @@ com.github.cafdataprocessing.elastic elastic-mapping-updater - 3.1.9-SNAPSHOT + 3.2.0-SNAPSHOT com.github.cafdataprocessing.elastic elastic-mapping-updater-cli - 3.1.9-SNAPSHOT + 3.2.0-SNAPSHOT com.google.code.findbugs @@ -338,9 +338,9 @@ sha256:e15a6f38ad7059557f9fb561c8fb17bb80dbe334eea994d802d76446ca9e26c9 - ${dockerHubPublic}/cafapi/oraclelinux-jre21 + ${dockerHubPublic}/cafapi/oraclelinux-jre25 2.2.6 - sha256:64c05cf2405ff5875d1c95a39d4bccf0b883d68c77573fd09cf06d361304aa3b + sha256:587641af277adbba9bbeb6b1e34df8687af5b6e0d37d0dbea687e387e8d79cd7 diff --git a/release-notes-3.1.9.md b/release-notes-3.2.0.md similarity index 69% rename from release-notes-3.1.9.md rename to release-notes-3.2.0.md index b365463..6c5e9f8 100644 --- a/release-notes-3.1.9.md +++ b/release-notes-3.2.0.md @@ -4,5 +4,6 @@ ${version-number} #### New Features +- **US1138334**: Updated to run on Java 25. #### Known Issues