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

Commit

Permalink
chore(main): release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 30, 2022
1 parent c9c494f commit 12d8d4c
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 17 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.3.4](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.3...v2.3.4) (2022-06-30)


### Documentation

* Updating comments ([e30e0e0](https://github.com/googleapis/java-contact-center-insights/commit/e30e0e0d0bf78dcc05d93c125fe8302d58b1c924))


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.13.3 ([#303](https://github.com/googleapis/java-contact-center-insights/issues/303)) ([2c9f8f2](https://github.com/googleapis/java-contact-center-insights/commit/2c9f8f2b8a5bcff04751d77de353e117ee9d126b))
* update dependency com.google.cloud:google-cloud-bigquery to v2.13.4 ([#304](https://github.com/googleapis/java-contact-center-insights/issues/304)) ([dea1c4a](https://github.com/googleapis/java-contact-center-insights/commit/dea1c4aa8881cc136c276f2fd309792d9b4baefa))
* update dependency com.google.cloud:google-cloud-bigquery to v2.13.5 ([#307](https://github.com/googleapis/java-contact-center-insights/issues/307)) ([53f4d0f](https://github.com/googleapis/java-contact-center-insights/commit/53f4d0f8ac8a016695927c572078df8ec15c3548))
* update dependency com.google.cloud:google-cloud-bigquery to v2.13.6 ([#308](https://github.com/googleapis/java-contact-center-insights/issues/308)) ([47b8558](https://github.com/googleapis/java-contact-center-insights/commit/47b8558837fc28807db225e0604c329d3ca9a22d))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#305](https://github.com/googleapis/java-contact-center-insights/issues/305)) ([d760239](https://github.com/googleapis/java-contact-center-insights/commit/d7602396df0cd8f1694ce0531588dc9e3bb5797e))

## [2.3.3](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.2...v2.3.3) (2022-06-13)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-contact-center-insights-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-contact-center-insights-bom</artifactId>
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.4</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-contact-center-insights/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-contact-center-insights</artifactId>
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-contact-center-insights</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-contact-center-insights-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-contact-center-insights-v1</artifactId>
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights: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-contact-center-insights-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.4</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-contact-center-insights-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-contact-center-insights-v1</artifactId>
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights: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-contact-center-insights:2.3.3:2.3.4-SNAPSHOT
grpc-google-cloud-contact-center-insights-v1:2.3.3:2.3.4-SNAPSHOT
proto-google-cloud-contact-center-insights-v1:2.3.3:2.3.4-SNAPSHOT
google-cloud-contact-center-insights:2.3.4:2.3.4
grpc-google-cloud-contact-center-insights-v1:2.3.4:2.3.4
proto-google-cloud-contact-center-insights-v1:2.3.4:2.3.4

0 comments on commit 12d8d4c

Please sign in to comment.