Skip to content

Commit d065a98

Browse files
committed
chore(java-logging): modernize BOM pom.xml
1 parent ba12add commit d065a98

File tree

1 file changed

+7
-7
lines changed
  • java-logging/google-cloud-logging-bom

1 file changed

+7
-7
lines changed

java-logging/google-cloud-logging-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
10-
<artifactId>sdk-platform-java-config</artifactId>
11-
<version>3.56.0</version>
10+
<artifactId>google-cloud-pom-parent</artifactId>
11+
<version>1.77.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
12+
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1213
</parent>
1314

1415
<name>Google Cloud logging BOM</name>
15-
<url>https://github.com/googleapis/java-logging</url>
16+
<url>https://github.com/googleapis/google-cloud-java</url>
1617
<description>
1718
BOM for Google Cloud Logging
1819
</description>
@@ -34,12 +35,11 @@
3435
</developers>
3536

3637
<scm>
37-
<connection>scm:git:https://github.com/googleapis/java-logging.git</connection>
38-
<developerConnection>scm:git:git@github.com:googleapis/java-logging.git</developerConnection>
39-
<url>https://github.com/googleapis/java-logging</url>
38+
<connection>scm:git:https://github.com/googleapis/google-cloud-java.git</connection>
39+
<developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection>
40+
<url>https://github.com/googleapis/google-cloud-java</url>
4041
</scm>
4142

42-
4343
<licenses>
4444
<license>
4545
<name>The Apache Software License, Version 2.0</name>

0 commit comments

Comments
 (0)