Skip to content

Commit 6d526a3

Browse files
1 parent 1687f72 commit 6d526a3

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-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.12.4-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.13.0' # {x-version-update:google-cloud-shared-config:current}
1818

1919
steps:
2020
# GraalVM A build

.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.12.4-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.13.0' # {x-version-update:google-cloud-shared-config:current}
1818

1919
steps:
2020
# GraalVM B build

.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.12.4-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.13.0' # {x-version-update:google-cloud-shared-config:current}
1818
steps:
1919
# GraalVM A build
2020
- name: gcr.io/cloud-builders/docker

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/googleapis/java-shared-config/compare/v1.12.3...v1.13.0) (2025-01-07)
4+
5+
6+
### Features
7+
8+
* Ability to avoid CLIRR dependency resolution ([#959](https://github.com/googleapis/java-shared-config/issues/959)) ([50198dd](https://github.com/googleapis/java-shared-config/commit/50198dd2f809752f1e483650a134f4439840f7c7))
9+
10+
11+
### Dependencies
12+
13+
* Declare Maven clean and install plugins versions ([#960](https://github.com/googleapis/java-shared-config/issues/960)) ([22c5fa5](https://github.com/googleapis/java-shared-config/commit/22c5fa5740d4a077121d33bfeb556949fcb4a7e6))
14+
315
## [1.12.3](https://github.com/googleapis/java-shared-config/compare/v1.12.2...v1.12.3) (2025-01-06)
416

517

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.12.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.13.0</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.12.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
19+
<version>1.13.0</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.12.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.13.0</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.12.3:1.12.4-SNAPSHOT
4+
google-cloud-shared-config:1.13.0:1.13.0

0 commit comments

Comments
 (0)