Skip to content

Commit 8e6abdc

Browse files
committed
chore: modify POMs to address changes due to migration
1 parent 0bef8d2 commit 8e6abdc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

errorreporting/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>google-cloud-clouderrorreporting-samples</artifactId>
5+
<artifactId>java-docs-samples-errorreporting</artifactId>
66
<version>0.0.1-SNAPSHOT</version><!-- This artifact should not be released -->
77
<packaging>pom</packaging>
88
<name>Google Cloud Error Reporting Samples Parent</name>
9-
<url>https://github.com/googleapis/java-errorreporting</url>
9+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/errorreporting</url>
1010
<description>
1111
Java idiomatic client for Google Cloud Platform services.
1212
</description>
@@ -28,8 +28,6 @@
2828
</properties>
2929

3030
<modules>
31-
<module>install-without-bom</module>
32-
<module>snapshot</module>
3331
<module>snippets</module>
3432
</modules>
3533

errorreporting/snippets/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>clouderrorreporting-snippets</artifactId>
5+
<artifactId>java-docs-samples-errorreporting-snippets</artifactId>
66
<packaging>jar</packaging>
7-
<name>Google Cloud Error Reporting Snippets</name>
8-
<url>https://github.com/googleapis/java-errorreporting</url>
7+
<name>Google Cloud Error Reporting Samples Parent</name>
8+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/errorreporting</url>
99

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

0 commit comments

Comments
 (0)