Skip to content

Commit

Permalink
chore(main): release 1.14.1-SNAPSHOT (#971)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Feb 4, 2025
1 parent d2d5736 commit a1dc4e8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild-test-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.14.0' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.14.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}

steps:
# GraalVM A build
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild-test-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.14.0' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.14.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}

steps:
# GraalVM B build
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.14.0' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.14.1-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
- name: gcr.io/cloud-builders/docker
Expand Down
4 changes: 2 additions & 2 deletions java-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.14.0</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.14.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Google Cloud Shared Config</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<version>1.14.0</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.14.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<relativePath>../native-image-shared-config</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.14.0</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.14.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Native Image Shared Config</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-shared-config:1.14.0:1.14.0
google-cloud-shared-config:1.14.0:1.14.1-SNAPSHOT

0 comments on commit a1dc4e8

Please sign in to comment.