Skip to content

Commit

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


## [2.3.6](googleapis/java-contact-center-insights@v2.3.5...v2.3.6) (2022-07-11)


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([#306](googleapis/java-contact-center-insights#306)) ([45c0a15](googleapis/java-contact-center-insights@45c0a15))

---
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 Jul 11, 2022
1 parent 77b8010 commit 0265a28
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions java-contact-center-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.6](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.5...v2.3.6) (2022-07-11)


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([#306](https://github.com/googleapis/java-contact-center-insights/issues/306)) ([b9ad614](https://github.com/googleapis/java-contact-center-insights/commit/b9ad614aa5a4160be99b4f1ce174bd2ff1c583db))

## [2.3.5](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.4...v2.3.5) (2022-07-01)


Expand Down
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-contact-center-insights-bom</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights: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-contact-center-insights</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.6</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.6</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
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-contact-center-insights</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<packaging>jar</packaging>
<name>Google CCAI Insights</name>
<url>https://github.com/googleapis/java-contact-center-insights</url>
<description>CCAI Insights helps users detect and visualize patterns in their contact center data.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-contact-center-insights</site.installationModule>
Expand Down
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-contact-center-insights-v1</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.6</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<name>grpc-google-cloud-contact-center-insights-v1</name>
<description>GRPC library for google-cloud-contact-center-insights</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions java-contact-center-insights/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-contact-center-insights-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<name>Google CCAI Insights Parent</name>
<url>https://github.com/googleapis/java-contact-center-insights</url>
<description>
Expand Down Expand Up @@ -60,17 +60,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.6</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.6</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
</dependency>

<dependency>
Expand Down
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-contact-center-insights-v1</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.6</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<name>proto-google-cloud-contact-center-insights-v1</name>
<description>Proto library for google-cloud-contact-center-insights</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
<version>2.3.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.6</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-contact-center-insights/versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-contact-center-insights:2.3.5:2.3.6-SNAPSHOT
grpc-google-cloud-contact-center-insights-v1:2.3.5:2.3.6-SNAPSHOT
proto-google-cloud-contact-center-insights-v1:2.3.5:2.3.6-SNAPSHOT
google-cloud-contact-center-insights:2.3.6:2.3.6
grpc-google-cloud-contact-center-insights-v1:2.3.6:2.3.6
proto-google-cloud-contact-center-insights-v1:2.3.6:2.3.6

0 comments on commit 0265a28

Please sign in to comment.