Skip to content

Commit 2ce3e4b

Browse files
chore(main): release 2.2.2 (googleapis#223)
🤖 I have created a release *beep* *boop* --- ## [2.2.2](googleapis/java-shell@v2.2.1...v2.2.2) (2022-07-01) ### Bug Fixes * update gapic-generator-java with mock service generation fixes ([googleapis#209](googleapis/java-shell#209)) ([f854c77](googleapis/java-shell@f854c77)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7e0f79a commit 2ce3e4b

File tree

7 files changed

+24
-17
lines changed

7 files changed

+24
-17
lines changed

java-shell/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.2](https://github.com/googleapis/java-shell/compare/v2.2.1...v2.2.2) (2022-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* update gapic-generator-java with mock service generation fixes ([#209](https://github.com/googleapis/java-shell/issues/209)) ([f5cc96d](https://github.com/googleapis/java-shell/commit/f5cc96d8a053e09633c1a90dbac0e10e6f7df5fc))
9+
310
## [2.2.1](https://github.com/googleapis/java-shell/compare/v2.2.0...v2.2.1) (2022-06-23)
411

512

java-shell/google-cloud-shell-bom/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-shell-bom</artifactId>
6-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
6+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -56,17 +56,17 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>google-cloud-shell</artifactId>
59-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
59+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api.grpc</groupId>
6363
<artifactId>grpc-google-cloud-shell-v1</artifactId>
64-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
64+
<version>2.2.2</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-shell-v1</artifactId>
69-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
69+
<version>2.2.2</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
7070
</dependency>
7171
</dependencies>
7272
</dependencyManagement>

java-shell/google-cloud-shell/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-shell</artifactId>
6-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
6+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Shell</name>
99
<url>https://github.com/googleapis/java-shell</url>
1010
<description>Cloud Shell is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-shell-parent</artifactId>
14-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
14+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-shell</site.installationModule>

java-shell/grpc-google-cloud-shell-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-shell-v1</artifactId>
7-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
7+
<version>2.2.2</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
88
<name>grpc-google-cloud-shell-v1</name>
99
<description>GRPC library for google-cloud-shell</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-shell-parent</artifactId>
13-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
13+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

java-shell/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-shell-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
7+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
88
<name>Google Cloud Shell Parent</name>
99
<url>https://github.com/googleapis/java-shell</url>
1010
<description>
@@ -60,17 +60,17 @@
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-shell</artifactId>
63-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
63+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.api.grpc</groupId>
6767
<artifactId>grpc-google-cloud-shell-v1</artifactId>
68-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
68+
<version>2.2.2</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.api.grpc</groupId>
7272
<artifactId>proto-google-cloud-shell-v1</artifactId>
73-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
73+
<version>2.2.2</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
7474
</dependency>
7575

7676
<dependency>

java-shell/proto-google-cloud-shell-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-shell-v1</artifactId>
7-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
7+
<version>2.2.2</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
88
<name>proto-google-cloud-shell-v1</name>
99
<description>Proto library for google-cloud-shell</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-shell-parent</artifactId>
13-
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
13+
<version>2.2.2</version><!-- {x-version-update:google-cloud-shell:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

java-shell/versions.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-shell:2.2.1:2.2.2-SNAPSHOT
5-
grpc-google-cloud-shell-v1:2.2.1:2.2.2-SNAPSHOT
6-
proto-google-cloud-shell-v1:2.2.1:2.2.2-SNAPSHOT
4+
google-cloud-shell:2.2.2:2.2.2
5+
grpc-google-cloud-shell-v1:2.2.2:2.2.2
6+
proto-google-cloud-shell-v1:2.2.2:2.2.2

0 commit comments

Comments
 (0)