From d2c030e9a3b5ac944e3ae1f16a44eba697c44ed1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:13:11 -0500 Subject: [PATCH] chore(main): release 2.7.1-SNAPSHOT (#591) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .../dependency-convergence-check/pom.xml | 4 ++-- java-shared-dependencies/first-party-dependencies/pom.xml | 2 +- java-shared-dependencies/pom.xml | 6 +++--- java-shared-dependencies/third-party-dependencies/pom.xml | 2 +- java-shared-dependencies/upper-bound-check/pom.xml | 4 ++-- java-shared-dependencies/versions.txt | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/java-shared-dependencies/dependency-convergence-check/pom.xml b/java-shared-dependencies/dependency-convergence-check/pom.xml index 3e0edf56c617..086714d028fb 100644 --- a/java-shared-dependencies/dependency-convergence-check/pom.xml +++ b/java-shared-dependencies/dependency-convergence-check/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud shared-dependencies-dependency-convergence-test - 2.7.0 + 2.7.1-SNAPSHOT Dependency convergence test for certain artifacts in Google Cloud Shared Dependencies https://github.com/googleapis/java-shared-dependencies @@ -46,7 +46,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.7.0 + 2.7.1-SNAPSHOT pom import diff --git a/java-shared-dependencies/first-party-dependencies/pom.xml b/java-shared-dependencies/first-party-dependencies/pom.xml index 1ba2b30d8399..3d7cb939b9ae 100644 --- a/java-shared-dependencies/first-party-dependencies/pom.xml +++ b/java-shared-dependencies/first-party-dependencies/pom.xml @@ -6,7 +6,7 @@ com.google.cloud first-party-dependencies pom - 2.7.0 + 2.7.1-SNAPSHOT Google Cloud First-party Shared Dependencies https://github.com/googleapis/java-shared-dependencies diff --git a/java-shared-dependencies/pom.xml b/java-shared-dependencies/pom.xml index ca53517e67ab..6204729ab4ff 100644 --- a/java-shared-dependencies/pom.xml +++ b/java-shared-dependencies/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-dependencies pom - 2.7.0 + 2.7.1-SNAPSHOT first-party-dependencies third-party-dependencies @@ -65,14 +65,14 @@ com.google.cloud first-party-dependencies - 2.7.0 + 2.7.1-SNAPSHOT pom import com.google.cloud third-party-dependencies - 2.7.0 + 2.7.1-SNAPSHOT pom import diff --git a/java-shared-dependencies/third-party-dependencies/pom.xml b/java-shared-dependencies/third-party-dependencies/pom.xml index 7f498f96a7d3..52f75f57ad5c 100644 --- a/java-shared-dependencies/third-party-dependencies/pom.xml +++ b/java-shared-dependencies/third-party-dependencies/pom.xml @@ -6,7 +6,7 @@ com.google.cloud third-party-dependencies pom - 2.7.0 + 2.7.1-SNAPSHOT Google Cloud Third-party Shared Dependencies https://github.com/googleapis/java-shared-dependencies diff --git a/java-shared-dependencies/upper-bound-check/pom.xml b/java-shared-dependencies/upper-bound-check/pom.xml index 2909c8b4d79a..97a662c54f21 100644 --- a/java-shared-dependencies/upper-bound-check/pom.xml +++ b/java-shared-dependencies/upper-bound-check/pom.xml @@ -4,7 +4,7 @@ com.google.cloud shared-dependencies-upper-bound-test pom - 2.7.0 + 2.7.1-SNAPSHOT Upper bound test for Google Cloud Shared Dependencies https://github.com/googleapis/java-shared-dependencies @@ -53,7 +53,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.7.0 + 2.7.1-SNAPSHOT pom import diff --git a/java-shared-dependencies/versions.txt b/java-shared-dependencies/versions.txt index 81bf3ab8c08f..e454e46974b8 100644 --- a/java-shared-dependencies/versions.txt +++ b/java-shared-dependencies/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-dependencies:2.7.0:2.7.0 \ No newline at end of file +google-cloud-shared-dependencies:2.7.0:2.7.1-SNAPSHOT \ No newline at end of file