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

Commit 2c39475

Browse files
chore(main): release 2.3.4
1 parent e32ac88 commit 2c39475

File tree

7 files changed

+33
-17
lines changed

7 files changed

+33
-17
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.3.4](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.3...v2.3.4) (2022-06-27)
4+
5+
6+
### Documentation
7+
8+
* Updating comments ([e30e0e0](https://github.com/googleapis/java-contact-center-insights/commit/e30e0e0d0bf78dcc05d93c125fe8302d58b1c924))
9+
10+
11+
### Dependencies
12+
13+
* 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))
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
319
## [2.3.3](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.2...v2.3.3) (2022-06-13)
420

521

google-cloud-contact-center-insights-bom/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-contact-center-insights-bom</artifactId>
6-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
6+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -56,17 +56,17 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>google-cloud-contact-center-insights</artifactId>
59-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
59+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api.grpc</groupId>
6363
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
64-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
64+
<version>2.3.4</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
69-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
69+
<version>2.3.4</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
7070
</dependency>
7171
</dependencies>
7272
</dependencyManagement>

google-cloud-contact-center-insights/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-contact-center-insights</artifactId>
6-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
6+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
77
<packaging>jar</packaging>
88
<name>Google CCAI Insights</name>
99
<url>https://github.com/googleapis/java-contact-center-insights</url>
1010
<description>CCAI Insights helps users detect and visualize patterns in their contact center data.</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
14-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
14+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-contact-center-insights</site.installationModule>

grpc-google-cloud-contact-center-insights-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
7-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
7+
<version>2.3.4</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
88
<name>grpc-google-cloud-contact-center-insights-v1</name>
99
<description>GRPC library for google-cloud-contact-center-insights</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
13-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
13+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
7+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
88
<name>Google CCAI Insights Parent</name>
99
<url>https://github.com/googleapis/java-contact-center-insights</url>
1010
<description>
@@ -60,17 +60,17 @@
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-contact-center-insights</artifactId>
63-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
63+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.api.grpc</groupId>
6767
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
68-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
68+
<version>2.3.4</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.api.grpc</groupId>
7272
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
73-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
73+
<version>2.3.4</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
7474
</dependency>
7575

7676
<dependency>

proto-google-cloud-contact-center-insights-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
7-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
7+
<version>2.3.4</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
88
<name>proto-google-cloud-contact-center-insights-v1</name>
99
<description>Proto library for google-cloud-contact-center-insights</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
13-
<version>2.3.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
13+
<version>2.3.4</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

versions.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-contact-center-insights:2.3.3:2.3.4-SNAPSHOT
5-
grpc-google-cloud-contact-center-insights-v1:2.3.3:2.3.4-SNAPSHOT
6-
proto-google-cloud-contact-center-insights-v1:2.3.3:2.3.4-SNAPSHOT
4+
google-cloud-contact-center-insights:2.3.4:2.3.4
5+
grpc-google-cloud-contact-center-insights-v1:2.3.4:2.3.4
6+
proto-google-cloud-contact-center-insights-v1:2.3.4:2.3.4

0 commit comments

Comments
 (0)