Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.2.3 (#228)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.2.3](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](#227)) ([840323b](840323b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jul 14, 2022
1 parent 840323b commit 52b07c1
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-shell-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell-bom</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-shell-v1</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
<version>2.2.3</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-shell-v1</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
<version>2.2.3</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
<packaging>jar</packaging>
<name>Google Cloud Shell</name>
<url>https://github.com/googleapis/java-shell</url>
<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>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell-parent</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-shell</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-shell-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-shell-v1</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
<version>2.2.3</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
<name>grpc-google-cloud-shell-v1</name>
<description>GRPC library for google-cloud-shell</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell-parent</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
<name>Google Cloud Shell Parent</name>
<url>https://github.com/googleapis/java-shell</url>
<description>
Expand Down Expand Up @@ -60,17 +60,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-shell-v1</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
<version>2.2.3</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-shell-v1</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
<version>2.2.3</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-shell-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-shell-v1</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
<version>2.2.3</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
<name>proto-google-cloud-shell-v1</name>
<description>Proto library for google-cloud-shell</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell-parent</artifactId>
<version>2.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.2.3</version><!-- {x-version-update:google-cloud-shell:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 52b07c1

Please sign in to comment.