We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a344f46 commit 039ae2fCopy full SHA for 039ae2f
1 file changed
language/snippets/pom.xml
@@ -1,11 +1,11 @@
1
<?xml version='1.0' encoding='UTF-8'?>
2
<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">
3
<modelVersion>4.0.0</modelVersion>
4
- <groupId>com.google.cloud</groupId>
+ <groupId>com.example.language</groupId>
5
<artifactId>language-snippets</artifactId>
6
<packaging>jar</packaging>
7
<name>Google Natural Language Snippets</name>
8
- <url>https://github.com/googleapis/java-language</url>
+ <url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/language</url>
9
10
<!--
11
The parent pom defines common style checks and testing strategies for our samples.
0 commit comments