Skip to content

Commit dac6d8f

Browse files
committed
chore: update maven groupId and artifact url
1 parent ebfc1e3 commit dac6d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicedirectory/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
-->
1414
<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">
1515
<modelVersion>4.0.0</modelVersion>
16-
<groupId>com.google.cloud</groupId>
16+
<groupId>com.example.servicedirectory</groupId>
1717
<artifactId>servicedirectory-snippets</artifactId>
1818
<packaging>jar</packaging>
1919
<name>Google Service Directory Snippets</name>
20-
<url>https://github.com/googleapis/java-servicedirectory</url>
20+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/servicedirectory</url>
2121

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

0 commit comments

Comments
 (0)