From aa738c271bb0485b681910f17fa8dfd7c6e98d9d Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 11 Dec 2023 23:38:08 +0000
Subject: [PATCH] chore(main): release 1.7.2
---
.cloudbuild/cloudbuild-test-a.yaml | 2 +-
.cloudbuild/cloudbuild-test-b.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 +-
7 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml
index 27757355..6d8e20ae 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.7.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.7.2' # {x-version-update:google-cloud-shared-config:current}
_GRAALVM_A: 'graalvm22_3_jdk11'
steps:
diff --git a/.cloudbuild/cloudbuild-test-b.yaml b/.cloudbuild/cloudbuild-test-b.yaml
index 1bce50e8..a9b6bed3 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.7.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.7.2' # {x-version-update:google-cloud-shared-config:current}
_GRAALVM_B: 'graalvm22_3_jdk17'
steps:
diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml
index bbcbba63..f4cc3977 100644
--- a/.cloudbuild/cloudbuild.yaml
+++ b/.cloudbuild/cloudbuild.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.7.1' # {x-version-update:google-cloud-shared-config:released}
+ _JAVA_SHARED_CONFIG_VERSION: '1.7.2' # {x-version-update:google-cloud-shared-config:released}
_GRAALVM_A: 'graalvm22_3_jdk11'
_GRAALVM_B: 'graalvm22_3_jdk17'
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a52a804d..3f6163a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.7.2](https://github.com/googleapis/java-shared-config/compare/v1.7.1...v1.7.2) (2023-12-11)
+
+
+### Dependencies
+
+* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.28 ([#647](https://github.com/googleapis/java-shared-config/issues/647)) ([28b2c77](https://github.com/googleapis/java-shared-config/commit/28b2c77ddd2078d628cb8f2b16fae8efd0e673a5))
+
## [1.7.1](https://github.com/googleapis/java-shared-config/compare/v1.7.0...v1.7.1) (2023-12-07)
diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml
index bba365f3..d9c792aa 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.7.2-SNAPSHOT
+ 1.7.2
Google Cloud Shared Config
https://github.com/googleapis/java-shared-config
@@ -16,7 +16,7 @@
com.google.cloud
native-image-shared-config
- 1.7.2-SNAPSHOT
+ 1.7.2
../native-image-shared-config
diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml
index e40e8c63..097610b4 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.7.2-SNAPSHOT
+ 1.7.2
Native Image Shared Config
https://github.com/googleapis/java-shared-config
diff --git a/versions.txt b/versions.txt
index 509d2836..a68d898f 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-config:1.7.1:1.7.2-SNAPSHOT
+google-cloud-shared-config:1.7.2:1.7.2