From 6f83f0bab04c01f577e42d2b8076f4d557675a57 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 4 Jun 2025 17:15:32 -0400 Subject: [PATCH 1/3] deps: latest maven-deploy-plugin 3.1.4 (#1026) Without explicitly declaring maven-deploy-plugin, it's possible that some release job uses its 2.x version, which doesn't recognize "local::file:${local_staging_dir}" parameter. cl/766852134 --- java-shared-config/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index a22f2755..ff03217c 100644 --- a/java-shared-config/pom.xml +++ b/java-shared-config/pom.xml @@ -224,6 +224,11 @@ maven-install-plugin 3.1.3 + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.4 + From e49f079a970a7f37182ee89e2d57213554b27c4e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:04:54 -0400 Subject: [PATCH 2/3] chore(main): release 1.16.1-SNAPSHOT (#1025) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .cloudbuild/cloudbuild-test-a.yaml | 2 +- .cloudbuild/cloudbuild-test-b.yaml | 2 +- .cloudbuild/cloudbuild-test-c.yaml | 2 +- .cloudbuild/cloudbuild.yaml | 2 +- java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml index 6337bca0..7bcc3c24 100644 --- a/.cloudbuild/cloudbuild-test-a.yaml +++ b/.cloudbuild/cloudbuild-test-a.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.0' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM A build diff --git a/.cloudbuild/cloudbuild-test-b.yaml b/.cloudbuild/cloudbuild-test-b.yaml index b010bf95..ef87577f 100644 --- a/.cloudbuild/cloudbuild-test-b.yaml +++ b/.cloudbuild/cloudbuild-test-b.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.0' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM B build diff --git a/.cloudbuild/cloudbuild-test-c.yaml b/.cloudbuild/cloudbuild-test-c.yaml index 944b1148..8e9ebc7d 100644 --- a/.cloudbuild/cloudbuild-test-c.yaml +++ b/.cloudbuild/cloudbuild-test-c.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.0' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM C build diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml index 5a85769e..a6084b5d 100644 --- a/.cloudbuild/cloudbuild.yaml +++ b/.cloudbuild/cloudbuild.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.0' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} _IMAGE_REPOSITORY: us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing _COMMIT_HASH_TAG: infrastructure-public-image-${SHORT_SHA} steps: diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index ff03217c..cd5d5e49 100644 --- a/java-shared-config/pom.xml +++ b/java-shared-config/pom.xml @@ -6,7 +6,7 @@ com.google.cloud google-cloud-shared-config pom - 1.16.0 + 1.16.1-SNAPSHOT Google Cloud Shared Config https://github.com/googleapis/java-shared-config @@ -16,7 +16,7 @@ com.google.cloud native-image-shared-config - 1.16.0 + 1.16.1-SNAPSHOT ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index ce04f3bb..c9b650ff 100644 --- a/native-image-shared-config/pom.xml +++ b/native-image-shared-config/pom.xml @@ -6,7 +6,7 @@ com.google.cloud native-image-shared-config pom - 1.16.0 + 1.16.1-SNAPSHOT Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 9a3d1c47..5d562504 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.16.0:1.16.0 +google-cloud-shared-config:1.16.0:1.16.1-SNAPSHOT From d525f7320f3039c7e181c0ae3939a86048703225 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:03:35 -0400 Subject: [PATCH 3/3] chore(main): release 1.16.1 (#1027) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .cloudbuild/cloudbuild-test-a.yaml | 2 +- .cloudbuild/cloudbuild-test-b.yaml | 2 +- .cloudbuild/cloudbuild-test-c.yaml | 2 +- .cloudbuild/cloudbuild.yaml | 2 +- CHANGELOG.md | 7 +++++++ java-shared-config/pom.xml | 4 ++-- native-image-shared-config/pom.xml | 2 +- versions.txt | 2 +- 8 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml index 7bcc3c24..2fe979d7 100644 --- a/.cloudbuild/cloudbuild-test-a.yaml +++ b/.cloudbuild/cloudbuild-test-a.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM A build diff --git a/.cloudbuild/cloudbuild-test-b.yaml b/.cloudbuild/cloudbuild-test-b.yaml index ef87577f..2cc25222 100644 --- a/.cloudbuild/cloudbuild-test-b.yaml +++ b/.cloudbuild/cloudbuild-test-b.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM B build diff --git a/.cloudbuild/cloudbuild-test-c.yaml b/.cloudbuild/cloudbuild-test-c.yaml index 8e9ebc7d..9a0f5a7c 100644 --- a/.cloudbuild/cloudbuild-test-c.yaml +++ b/.cloudbuild/cloudbuild-test-c.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM C build diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml index a6084b5d..1a4059df 100644 --- a/.cloudbuild/cloudbuild.yaml +++ b/.cloudbuild/cloudbuild.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.16.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.16.1' # {x-version-update:google-cloud-shared-config:current} _IMAGE_REPOSITORY: us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing _COMMIT_HASH_TAG: infrastructure-public-image-${SHORT_SHA} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0bd94a..1ff44101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.1](https://github.com/googleapis/java-shared-config/compare/v1.16.0...v1.16.1) (2025-06-06) + + +### Dependencies + +* Latest maven-deploy-plugin 3.1.4 ([#1026](https://github.com/googleapis/java-shared-config/issues/1026)) ([6f83f0b](https://github.com/googleapis/java-shared-config/commit/6f83f0bab04c01f577e42d2b8076f4d557675a57)) + ## [1.16.0](https://github.com/googleapis/java-shared-config/compare/v1.15.4...v1.16.0) (2025-05-27) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index cd5d5e49..86558e81 100644 --- a/java-shared-config/pom.xml +++ b/java-shared-config/pom.xml @@ -6,7 +6,7 @@ com.google.cloud google-cloud-shared-config pom - 1.16.1-SNAPSHOT + 1.16.1 Google Cloud Shared Config https://github.com/googleapis/java-shared-config @@ -16,7 +16,7 @@ com.google.cloud native-image-shared-config - 1.16.1-SNAPSHOT + 1.16.1 ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index c9b650ff..34973919 100644 --- a/native-image-shared-config/pom.xml +++ b/native-image-shared-config/pom.xml @@ -6,7 +6,7 @@ com.google.cloud native-image-shared-config pom - 1.16.1-SNAPSHOT + 1.16.1 Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 5d562504..a10282b6 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.16.0:1.16.1-SNAPSHOT +google-cloud-shared-config:1.16.1:1.16.1