Skip to content

Commit

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


## [2.3.3](googleapis/java-contact-center-insights@v2.3.2...v2.3.3) (2022-06-13)


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.13.2 ([#295](googleapis/java-contact-center-insights#295)) ([477f377](googleapis/java-contact-center-insights@477f377))
* update dependency com.google.cloud:google-cloud-pubsub to v1.119.1 ([#294](googleapis/java-contact-center-insights#294)) ([83a3842](googleapis/java-contact-center-insights@83a3842))

---
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 Jun 13, 2022
1 parent 7eadec5 commit 6135ba3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 17 deletions.
8 changes: 8 additions & 0 deletions java-contact-center-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.13.2 ([#295](https://github.com/googleapis/java-contact-center-insights/issues/295)) ([c941d16](https://github.com/googleapis/java-contact-center-insights/commit/c941d16229ddfaf476afe1698c0cacb17d4b8f98))
* update dependency com.google.cloud:google-cloud-pubsub to v1.119.1 ([#294](https://github.com/googleapis/java-contact-center-insights/issues/294)) ([00a4a89](https://github.com/googleapis/java-contact-center-insights/commit/00a4a896f32a658dacf6176256ad6dad8a325225))

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


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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.3</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.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.3</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.2:2.3.3-SNAPSHOT
grpc-google-cloud-contact-center-insights-v1:2.3.2:2.3.3-SNAPSHOT
proto-google-cloud-contact-center-insights-v1:2.3.2:2.3.3-SNAPSHOT
google-cloud-contact-center-insights:2.3.3:2.3.3
grpc-google-cloud-contact-center-insights-v1:2.3.3:2.3.3
proto-google-cloud-contact-center-insights-v1:2.3.3:2.3.3

0 comments on commit 6135ba3

Please sign in to comment.