From d7613d55ffb7299a691224081142ca912addbf76 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 14 Jul 2022 14:30:10 +0000
Subject: [PATCH] chore(main): release 2.2.3 (#228)
:robot: I have created a release *beep* *boop*
---
## [2.2.3](https://github.com/googleapis/java-shell/compare/v2.2.2...v2.2.3) (2022-07-13)
### Bug Fixes
* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-shell/issues/1485)) ([#227](https://github.com/googleapis/java-shell/issues/227)) ([4b0d59c](https://github.com/googleapis/java-shell/commit/4b0d59c0e35693d055f23ccefe531be8362a4db0))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
java-shell/CHANGELOG.md | 7 +++++++
java-shell/google-cloud-shell-bom/pom.xml | 8 ++++----
java-shell/google-cloud-shell/pom.xml | 4 ++--
java-shell/grpc-google-cloud-shell-v1/pom.xml | 4 ++--
java-shell/pom.xml | 8 ++++----
java-shell/proto-google-cloud-shell-v1/pom.xml | 4 ++--
java-shell/versions.txt | 6 +++---
7 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/java-shell/CHANGELOG.md b/java-shell/CHANGELOG.md
index 8915569d8363..85f8f902c2cb 100644
--- a/java-shell/CHANGELOG.md
+++ b/java-shell/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.2.3](https://github.com/googleapis/java-shell/compare/v2.2.2...v2.2.3) (2022-07-13)
+
+
+### Bug Fixes
+
+* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-shell/issues/1485)) ([#227](https://github.com/googleapis/java-shell/issues/227)) ([840323b](https://github.com/googleapis/java-shell/commit/840323bc9230a5949072f914a3eebad2e9be7eb5))
+
## [2.2.2](https://github.com/googleapis/java-shell/compare/v2.2.1...v2.2.2) (2022-07-01)
diff --git a/java-shell/google-cloud-shell-bom/pom.xml b/java-shell/google-cloud-shell-bom/pom.xml
index 8182bc8b5632..0a811a335e74 100644
--- a/java-shell/google-cloud-shell-bom/pom.xml
+++ b/java-shell/google-cloud-shell-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-shell-bom
- 2.2.3-SNAPSHOT
+ 2.2.3
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-shell
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
grpc-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
proto-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/java-shell/google-cloud-shell/pom.xml b/java-shell/google-cloud-shell/pom.xml
index f8633c2b9110..297f62cf4019 100644
--- a/java-shell/google-cloud-shell/pom.xml
+++ b/java-shell/google-cloud-shell/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-shell
- 2.2.3-SNAPSHOT
+ 2.2.3
jar
Google Cloud Shell
https://github.com/googleapis/java-shell
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-shell-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
google-cloud-shell
diff --git a/java-shell/grpc-google-cloud-shell-v1/pom.xml b/java-shell/grpc-google-cloud-shell-v1/pom.xml
index 1da4253a774b..024a26eb719b 100644
--- a/java-shell/grpc-google-cloud-shell-v1/pom.xml
+++ b/java-shell/grpc-google-cloud-shell-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
grpc-google-cloud-shell-v1
GRPC library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/java-shell/pom.xml b/java-shell/pom.xml
index 1fd8f4a13e78..ebee7a6e9126 100644
--- a/java-shell/pom.xml
+++ b/java-shell/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shell-parent
pom
- 2.2.3-SNAPSHOT
+ 2.2.3
Google Cloud Shell Parent
https://github.com/googleapis/java-shell
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-shell
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
grpc-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
proto-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/java-shell/proto-google-cloud-shell-v1/pom.xml b/java-shell/proto-google-cloud-shell-v1/pom.xml
index 6be25d481a8c..ef2eec6b134b 100644
--- a/java-shell/proto-google-cloud-shell-v1/pom.xml
+++ b/java-shell/proto-google-cloud-shell-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
proto-google-cloud-shell-v1
Proto library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/java-shell/versions.txt b/java-shell/versions.txt
index 577b2f8af495..9bdb23641256 100644
--- a/java-shell/versions.txt
+++ b/java-shell/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-shell:2.2.2:2.2.3-SNAPSHOT
-grpc-google-cloud-shell-v1:2.2.2:2.2.3-SNAPSHOT
-proto-google-cloud-shell-v1:2.2.2:2.2.3-SNAPSHOT
+google-cloud-shell:2.2.3:2.2.3
+grpc-google-cloud-shell-v1:2.2.3:2.2.3
+proto-google-cloud-shell-v1:2.2.3:2.2.3