From 655a7bd0cd94f292659c3f1e23db793d4dd7f9f0 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 3 Jun 2021 15:42:34 +0000
Subject: [PATCH 1/2] chore: release 0.1.0
---
CHANGELOG.md | 14 ++++++++++++++
google-cloud-shell-bom/pom.xml | 8 ++++----
google-cloud-shell/pom.xml | 4 ++--
grpc-google-cloud-shell-v1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-shell-v1/pom.xml | 4 ++--
versions.txt | 6 +++---
7 files changed, 31 insertions(+), 17 deletions(-)
create mode 100644 CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..75421480
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+## 0.1.0 (2021-06-03)
+
+
+### Features
+
+* initial generation ([ed28275](https://www.github.com/googleapis/java-shell/commit/ed2827505d9d3da4591b5f49a4534d112d73979b))
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#8](https://www.github.com/googleapis/java-shell/issues/8)) ([a6e82c1](https://www.github.com/googleapis/java-shell/commit/a6e82c10a214442caee506953338fa17c797377d))
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#10](https://www.github.com/googleapis/java-shell/issues/10)) ([e6a522a](https://www.github.com/googleapis/java-shell/commit/e6a522ab0f666940de4bff748a65ab8c64c96a4e))
diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml
index b612533e..7acc7716 100644
--- a/google-cloud-shell-bom/pom.xml
+++ b/google-cloud-shell-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-shell-bom
- 0.0.1-SNAPSHOT
+ 0.1.0
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-shell
- 0.0.1-SNAPSHOT
+ 0.1.0
com.google.api.grpc
grpc-google-cloud-shell-v1
- 0.0.1-SNAPSHOT
+ 0.1.0
com.google.api.grpc
proto-google-cloud-shell-v1
- 0.0.1-SNAPSHOT
+ 0.1.0
diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml
index b31e2c08..dcd08048 100644
--- a/google-cloud-shell/pom.xml
+++ b/google-cloud-shell/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-shell
- 0.0.1-SNAPSHOT
+ 0.1.0
jar
Google Cloud Shell
https://github.com/googleapis/java-shell
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-shell-parent
- 0.0.1-SNAPSHOT
+ 0.1.0
google-cloud-shell
diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml
index 2f227267..82d60b75 100644
--- a/grpc-google-cloud-shell-v1/pom.xml
+++ b/grpc-google-cloud-shell-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-shell-v1
- 0.0.1-SNAPSHOT
+ 0.1.0
grpc-google-cloud-shell-v1
GRPC library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 0.0.1-SNAPSHOT
+ 0.1.0
diff --git a/pom.xml b/pom.xml
index 9fc901d8..f735a113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shell-parent
pom
- 0.0.1-SNAPSHOT
+ 0.1.0
Google Cloud Shell Parent
https://github.com/googleapis/java-shell
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-shell
- 0.0.1-SNAPSHOT
+ 0.1.0
com.google.api.grpc
grpc-google-cloud-shell-v1
- 0.0.1-SNAPSHOT
+ 0.1.0
com.google.api.grpc
proto-google-cloud-shell-v1
- 0.0.1-SNAPSHOT
+ 0.1.0
diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml
index e801989c..b4be1e9c 100644
--- a/proto-google-cloud-shell-v1/pom.xml
+++ b/proto-google-cloud-shell-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-shell-v1
- 0.0.1-SNAPSHOT
+ 0.1.0
proto-google-cloud-shell-v1
Proto library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 0.0.1-SNAPSHOT
+ 0.1.0
diff --git a/versions.txt b/versions.txt
index e5c1c801..3f170a07 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-shell:0.0.0:0.0.1-SNAPSHOT
-grpc-google-cloud-shell-v1:0.0.0:0.0.1-SNAPSHOT
-proto-google-cloud-shell-v1:0.0.0:0.0.1-SNAPSHOT
+google-cloud-shell:0.1.0:0.1.0
+grpc-google-cloud-shell-v1:0.1.0:0.1.0
+proto-google-cloud-shell-v1:0.1.0:0.1.0
From 1d26216ec65afc96651ce6a4b5e5d9febde3cb0c Mon Sep 17 00:00:00 2001
From: Owl Bot
Date: Thu, 3 Jun 2021 15:43:50 +0000
Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
google-cloud-shell-bom/pom.xml | 2 +-
google-cloud-shell/pom.xml | 4 ++--
pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml
index 7acc7716..9e2d3c79 100644
--- a/google-cloud-shell-bom/pom.xml
+++ b/google-cloud-shell-bom/pom.xml
@@ -1,4 +1,4 @@
-
+
4.0.0
com.google.cloud
diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml
index dcd08048..8be61649 100644
--- a/google-cloud-shell/pom.xml
+++ b/google-cloud-shell/pom.xml
@@ -1,4 +1,4 @@
-
+
4.0.0
com.google.cloud
@@ -108,4 +108,4 @@
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index f735a113..3f0e4a92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,4 +176,4 @@
-
\ No newline at end of file
+