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

chore: release 2.0.0 #35

Merged
merged 1 commit into from Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://www.github.com/googleapis/java-shell/compare/v1.0.0...v2.0.0) (2021-08-06)


### ⚠ BREAKING CHANGES

* release gapic-generator-java v2.0.0 (#48)

### Features

* release gapic-generator-java v2.0.0 ([#48](https://www.github.com/googleapis/java-shell/issues/48)) ([8e485f2](https://www.github.com/googleapis/java-shell/commit/8e485f290f377afd8f10003749978adbf95405ca))


### Bug Fixes

* owlbot post-processor should generate README ([#1154](https://www.github.com/googleapis/java-shell/issues/1154)) ([#34](https://www.github.com/googleapis/java-shell/issues/34)) ([2a723df](https://www.github.com/googleapis/java-shell/commit/2a723dfeae11fcd71a0148b2f1d3961ac5682c1b)), closes [#1146](https://www.github.com/googleapis/java-shell/issues/1146) [#1147](https://www.github.com/googleapis/java-shell/issues/1147)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#49](https://www.github.com/googleapis/java-shell/issues/49)) ([82de6d1](https://www.github.com/googleapis/java-shell/commit/82de6d1b7fbe9d77385c37051e62e5a08e1371f5))

## [1.0.0](https://www.github.com/googleapis/java-shell/compare/v0.1.1...v1.0.0) (2021-07-01)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-shell-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell-bom</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</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>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</version><!-- {x-version-update:google-cloud-shell:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-shell-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
<version>2.0.0</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>1.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
<version>2.0.0</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
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</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>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</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
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>1.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
<version>2.0.0</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>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</version><!-- {x-version-update:google-cloud-shell:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shell-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</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>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</version><!-- {x-version-update:google-cloud-shell:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-shell-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-shell-v1:current} -->
<version>2.0.0</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>1.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
<version>2.0.0</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
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>1.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-shell-v1:current} -->
<version>2.0.0</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>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shell:current} -->
<version>2.0.0</version><!-- {x-version-update:google-cloud-shell:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-shell:1.0.0:1.0.1-SNAPSHOT
grpc-google-cloud-shell-v1:1.0.0:1.0.1-SNAPSHOT
proto-google-cloud-shell-v1:1.0.0:1.0.1-SNAPSHOT
google-cloud-shell:2.0.0:2.0.0
grpc-google-cloud-shell-v1:2.0.0:2.0.0
proto-google-cloud-shell-v1:2.0.0:2.0.0