Skip to content

Commit 9937fc2

Browse files
committed
chore(java-logging): modernize BOM pom.xml
1 parent ea47bc6 commit 9937fc2

File tree

1 file changed

+5
-4
lines changed
  • java-logging/samples/install-without-bom

1 file changed

+5
-4
lines changed

java-logging/samples/install-without-bom/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
<artifactId>logging-install-without-bom</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Cloud Logging Install Without BOM Sample</name>
8-
<url>https://github.com/googleapis/java-logging</url>
8+
<url>https://github.com/googleapis/google-cloud-java</url>
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.
1212
Removing or replacing it should not affect the execution of the samples in anyway.
1313
-->
1414
<parent>
15-
<groupId>com.google.cloud.samples</groupId>
16-
<artifactId>shared-configuration</artifactId>
17-
<version>1.2.2</version>
15+
<groupId>com.google.cloud</groupId>
16+
<artifactId>google-cloud-pom-parent</artifactId>
17+
<version>1.77.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1819
</parent>
1920

2021
<properties>

0 commit comments

Comments
 (0)