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

Commit

Permalink
chore: release 3.3.0 (#208)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [3.3.0](https://www.github.com/googleapis/java-channel/compare/v3.2.2...v3.3.0) (2021-12-03)


### Features

* add resource type to ChannelPartnerLink ([#210](https://www.github.com/googleapis/java-channel/issues/210)) ([53df617](https://www.github.com/googleapis/java-channel/commit/53df61797b4dc40856386cad01c48bc862490f02))


### Bug Fixes

* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-channel/issues/1266)) ([#207](https://www.github.com/googleapis/java-channel/issues/207)) ([a2f1c39](https://www.github.com/googleapis/java-channel/commit/a2f1c39275d4ee05ec458e8f07c6a705382f2b43))


### Documentation

* clarified usage of entitlement parameters ([#211](https://www.github.com/googleapis/java-channel/issues/211)) ([c6a9bdc](https://www.github.com/googleapis/java-channel/commit/c6a9bdca76cbd485c5a5e58394f7dbdc38dfcda7))
* Small clarification ([#220](https://www.github.com/googleapis/java-channel/issues/220)) ([7a420ec](https://www.github.com/googleapis/java-channel/commit/7a420ec345e520f676dff2c0e5ad052d804c3ed5))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#219](https://www.github.com/googleapis/java-channel/issues/219)) ([3d7dc32](https://www.github.com/googleapis/java-channel/commit/3d7dc3222b941861e07cff80e1445260e7c763ea))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#225](https://www.github.com/googleapis/java-channel/issues/225)) ([8e15822](https://www.github.com/googleapis/java-channel/commit/8e15822a33244a9d83ef0ac96e30a8c82e46833a))
---


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] committed Dec 3, 2021
1 parent 8e15822 commit 131c28e
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 17 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,29 @@
# Changelog

## [3.3.0](https://www.github.com/googleapis/java-channel/compare/v3.2.2...v3.3.0) (2021-12-03)


### Features

* add resource type to ChannelPartnerLink ([#210](https://www.github.com/googleapis/java-channel/issues/210)) ([53df617](https://www.github.com/googleapis/java-channel/commit/53df61797b4dc40856386cad01c48bc862490f02))


### Bug Fixes

* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-channel/issues/1266)) ([#207](https://www.github.com/googleapis/java-channel/issues/207)) ([a2f1c39](https://www.github.com/googleapis/java-channel/commit/a2f1c39275d4ee05ec458e8f07c6a705382f2b43))


### Documentation

* clarified usage of entitlement parameters ([#211](https://www.github.com/googleapis/java-channel/issues/211)) ([c6a9bdc](https://www.github.com/googleapis/java-channel/commit/c6a9bdca76cbd485c5a5e58394f7dbdc38dfcda7))
* Small clarification ([#220](https://www.github.com/googleapis/java-channel/issues/220)) ([7a420ec](https://www.github.com/googleapis/java-channel/commit/7a420ec345e520f676dff2c0e5ad052d804c3ed5))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#219](https://www.github.com/googleapis/java-channel/issues/219)) ([3d7dc32](https://www.github.com/googleapis/java-channel/commit/3d7dc3222b941861e07cff80e1445260e7c763ea))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#225](https://www.github.com/googleapis/java-channel/issues/225)) ([8e15822](https://www.github.com/googleapis/java-channel/commit/8e15822a33244a9d83ef0ac96e30a8c82e46833a))

### [3.2.2](https://www.github.com/googleapis/java-channel/compare/v3.2.1...v3.2.2) (2021-10-19)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-channel-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-bom</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel: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-channel</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-channel-v1</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<version>3.3.0</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-channel-v1</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<version>3.3.0</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-channel/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel:current} -->
<packaging>jar</packaging>
<name>Google Channel Services</name>
<url>https://github.com/googleapis/java-channel</url>
<description>With Channel Services, Google Cloud partners and resellers have a single unified resale platform, with a unified resale catalog, customer management, order management, billing management, policy and authorization management, and cost management.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-parent</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-channel</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-channel-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-channel-v1</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<version>3.3.0</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<name>grpc-google-cloud-channel-v1</name>
<description>GRPC library for google-cloud-channel</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-parent</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel: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-channel-parent</artifactId>
<packaging>pom</packaging>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel:current} -->
<name>Google Channel Services Parent</name>
<url>https://github.com/googleapis/java-</url>
<description>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-channel-v1</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<version>3.3.0</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-channel-v1</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<version>3.3.0</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-channel-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-channel-v1</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<version>3.3.0</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<name>proto-google-cloud-channel-v1</name>
<description>Proto library for google-cloud-channel</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-parent</artifactId>
<version>3.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>3.3.0</version><!-- {x-version-update:google-cloud-channel: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-channel:3.2.2:3.2.3-SNAPSHOT
grpc-google-cloud-channel-v1:3.2.2:3.2.3-SNAPSHOT
proto-google-cloud-channel-v1:3.2.2:3.2.3-SNAPSHOT
google-cloud-channel:3.3.0:3.3.0
grpc-google-cloud-channel-v1:3.3.0:3.3.0
proto-google-cloud-channel-v1:3.3.0:3.3.0

0 comments on commit 131c28e

Please sign in to comment.