Skip to content

Commit

Permalink
chore: update maven groupId and artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean committed Nov 10, 2022
1 parent ebfc1e3 commit dac6d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servicedirectory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
-->
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<groupId>com.example.servicedirectory</groupId>
<artifactId>servicedirectory-snippets</artifactId>
<packaging>jar</packaging>
<name>Google Service Directory Snippets</name>
<url>https://github.com/googleapis/java-servicedirectory</url>
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/servicedirectory</url>

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

0 comments on commit dac6d8f

Please sign in to comment.