Skip to content

Commit fff000d

Browse files
committed
chore: post migration updates - groupId, artifact url, repo references
1 parent 8dd3306 commit fff000d

21 files changed

+2
-2
lines changed

contact-center-insights/snippets/pom.xml renamed to contact-center-insights/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.google.cloud</groupId>
4+
<groupId>com.example.contactcenterinsights</groupId>
55
<artifactId>contact-center-insights-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google CCAI Insights Snippets</name>
8-
<url>https://github.com/googleapis/java-contact-center-insights</url>
8+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/contact-center-insights</url>
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.

0 commit comments

Comments
 (0)