We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfc1e3 commit dac6d8fCopy full SHA for dac6d8f
servicedirectory/pom.xml
@@ -13,11 +13,11 @@
13
-->
14
<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">
15
<modelVersion>4.0.0</modelVersion>
16
- <groupId>com.google.cloud</groupId>
+ <groupId>com.example.servicedirectory</groupId>
17
<artifactId>servicedirectory-snippets</artifactId>
18
<packaging>jar</packaging>
19
<name>Google Service Directory Snippets</name>
20
- <url>https://github.com/googleapis/java-servicedirectory</url>
+ <url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/servicedirectory</url>
21
22
<!--
23
The parent pom defines common style checks and testing strategies for our samples.
0 commit comments