From e52b016282950c274472682c63975bc47591edd9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 16:46:23 +0000 Subject: [PATCH] chore(main): release 1.1.2 (#404) :robot: I have created a release *beep* *boop* --- ## [1.1.2](https://github.com/googleapis/java-notebooks/compare/v1.1.1...v1.1.2) (2022-07-29) ### Bug Fixes * enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-notebooks/issues/1485)) ([#401](https://github.com/googleapis/java-notebooks/issues/401)) ([df696eb](https://github.com/googleapis/java-notebooks/commit/df696eb47967ef999567801889b0fc48b7d19638)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ google-cloud-notebooks-bom/pom.xml | 12 ++++++------ google-cloud-notebooks/pom.xml | 4 ++-- grpc-google-cloud-notebooks-v1/pom.xml | 4 ++-- grpc-google-cloud-notebooks-v1beta1/pom.xml | 4 ++-- pom.xml | 12 ++++++------ proto-google-cloud-notebooks-v1/pom.xml | 4 ++-- proto-google-cloud-notebooks-v1beta1/pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 10 +++++----- 10 files changed, 35 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59b067e..5eaad544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/googleapis/java-notebooks/compare/v1.1.1...v1.1.2) (2022-07-29) + + +### Bug Fixes + +* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-notebooks/issues/1485)) ([#401](https://github.com/googleapis/java-notebooks/issues/401)) ([df696eb](https://github.com/googleapis/java-notebooks/commit/df696eb47967ef999567801889b0fc48b7d19638)) + ## [1.1.1](https://github.com/googleapis/java-notebooks/compare/v1.1.0...v1.1.1) (2022-07-01) diff --git a/google-cloud-notebooks-bom/pom.xml b/google-cloud-notebooks-bom/pom.xml index c1461486..7b9892ad 100644 --- a/google-cloud-notebooks-bom/pom.xml +++ b/google-cloud-notebooks-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-notebooks-bom - 1.1.2-SNAPSHOT + 1.1.2 pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-notebooks - 1.1.2-SNAPSHOT + 1.1.2 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.8.2-SNAPSHOT + 0.8.2 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 1.1.2-SNAPSHOT + 1.1.2 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.8.2-SNAPSHOT + 0.8.2 com.google.api.grpc proto-google-cloud-notebooks-v1 - 1.1.2-SNAPSHOT + 1.1.2 diff --git a/google-cloud-notebooks/pom.xml b/google-cloud-notebooks/pom.xml index 75042ef8..68d2a252 100644 --- a/google-cloud-notebooks/pom.xml +++ b/google-cloud-notebooks/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-notebooks - 1.1.2-SNAPSHOT + 1.1.2 jar Google AI Platform Notebooks https://github.com/googleapis/java-notebooks @@ -11,7 +11,7 @@ com.google.cloud google-cloud-notebooks-parent - 1.1.2-SNAPSHOT + 1.1.2 google-cloud-notebooks diff --git a/grpc-google-cloud-notebooks-v1/pom.xml b/grpc-google-cloud-notebooks-v1/pom.xml index 96244f60..fda19f12 100644 --- a/grpc-google-cloud-notebooks-v1/pom.xml +++ b/grpc-google-cloud-notebooks-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 1.1.2-SNAPSHOT + 1.1.2 grpc-google-cloud-notebooks-v1 GRPC library for google-cloud-notebooks com.google.cloud google-cloud-notebooks-parent - 1.1.2-SNAPSHOT + 1.1.2 diff --git a/grpc-google-cloud-notebooks-v1beta1/pom.xml b/grpc-google-cloud-notebooks-v1beta1/pom.xml index 8c9adb30..6462bfdd 100644 --- a/grpc-google-cloud-notebooks-v1beta1/pom.xml +++ b/grpc-google-cloud-notebooks-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.8.2-SNAPSHOT + 0.8.2 grpc-google-cloud-notebooks-v1beta1 GRPC library for grpc-google-cloud-notebooks-v1beta1 com.google.cloud google-cloud-notebooks-parent - 1.1.2-SNAPSHOT + 1.1.2 diff --git a/pom.xml b/pom.xml index 148b005c..743397d4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-notebooks-parent pom - 1.1.2-SNAPSHOT + 1.1.2 Google AI Platform Notebooks Parent https://github.com/googleapis/java-notebooks @@ -61,27 +61,27 @@ com.google.cloud google-cloud-notebooks - 1.1.2-SNAPSHOT + 1.1.2 com.google.api.grpc proto-google-cloud-notebooks-v1 - 1.1.2-SNAPSHOT + 1.1.2 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 1.1.2-SNAPSHOT + 1.1.2 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.8.2-SNAPSHOT + 0.8.2 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.8.2-SNAPSHOT + 0.8.2 diff --git a/proto-google-cloud-notebooks-v1/pom.xml b/proto-google-cloud-notebooks-v1/pom.xml index 15cc2055..757ef435 100644 --- a/proto-google-cloud-notebooks-v1/pom.xml +++ b/proto-google-cloud-notebooks-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-notebooks-v1 - 1.1.2-SNAPSHOT + 1.1.2 proto-google-cloud-notebooks-v1 Proto library for google-cloud-notebooks com.google.cloud google-cloud-notebooks-parent - 1.1.2-SNAPSHOT + 1.1.2 diff --git a/proto-google-cloud-notebooks-v1beta1/pom.xml b/proto-google-cloud-notebooks-v1beta1/pom.xml index 1b0531ba..5802a72c 100644 --- a/proto-google-cloud-notebooks-v1beta1/pom.xml +++ b/proto-google-cloud-notebooks-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.8.2-SNAPSHOT + 0.8.2 proto-google-cloud-notebooks-v1beta1 PROTO library for proto-google-cloud-notebooks-v1beta1 com.google.cloud google-cloud-notebooks-parent - 1.1.2-SNAPSHOT + 1.1.2 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index cc9d6b7a..937ab3e6 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notebooks - 1.1.2-SNAPSHOT + 1.1.2 diff --git a/versions.txt b/versions.txt index f32f6969..09f34c91 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-notebooks:1.1.1:1.1.2-SNAPSHOT -grpc-google-cloud-notebooks-v1beta1:0.8.1:0.8.2-SNAPSHOT -grpc-google-cloud-notebooks-v1:1.1.1:1.1.2-SNAPSHOT -proto-google-cloud-notebooks-v1beta1:0.8.1:0.8.2-SNAPSHOT -proto-google-cloud-notebooks-v1:1.1.1:1.1.2-SNAPSHOT +google-cloud-notebooks:1.1.2:1.1.2 +grpc-google-cloud-notebooks-v1beta1:0.8.2:0.8.2 +grpc-google-cloud-notebooks-v1:1.1.2:1.1.2 +proto-google-cloud-notebooks-v1beta1:0.8.2:0.8.2 +proto-google-cloud-notebooks-v1:1.1.2:1.1.2