Skip to content

Commit f5f57c8

Browse files
chore(main): release 1.7.1 (#727)
* chore(main): release 1.7.1
1 parent 9fcbe9e commit f5f57c8

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

.cloudbuild/cloudbuild-test-a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.1' # {x-version-update:google-cloud-shared-config:released}
1818
_GRAALVM_A: 'graalvm22_3_jdk11'
1919

2020
steps:

.cloudbuild/cloudbuild-test-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.1' # {x-version-update:google-cloud-shared-config:released}
1818
_GRAALVM_B: 'graalvm22_3_jdk17'
1919

2020
steps:

.cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.7.0' # {x-version-update:google-cloud-shared-config:released}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.1' # {x-version-update:google-cloud-shared-config:released}
1818
_GRAALVM_A: 'graalvm22_3_jdk11'
1919
_GRAALVM_B: 'graalvm22_3_jdk17'
2020
steps:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.1](https://github.com/googleapis/java-shared-config/compare/v1.7.0...v1.7.1) (2023-12-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Move release configs to native-image-shared-config ([#725](https://github.com/googleapis/java-shared-config/issues/725)) ([58ffb4e](https://github.com/googleapis/java-shared-config/commit/58ffb4e8218ac98b516e01b68b34b54b4cecec98))
9+
310
## [1.7.0](https://github.com/googleapis/java-shared-config/compare/v1.6.1...v1.7.0) (2023-12-04)
411

512

java-shared-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>google-cloud-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.7.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.7.1</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Google Cloud Shared Config</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>native-image-shared-config</artifactId>
19-
<version>1.7.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
19+
<version>1.7.1</version><!-- {x-version-update:google-cloud-shared-config:current} -->
2020
<relativePath>../native-image-shared-config</relativePath>
2121
</parent>
2222

native-image-shared-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>native-image-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.7.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.7.1</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Native Image Shared Config</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-shared-config:1.7.0:1.7.1-SNAPSHOT
4+
google-cloud-shared-config:1.7.1:1.7.1

0 commit comments

Comments
 (0)