Skip to content

Commit c815c1e

Browse files
committed
chore(java-storage): modernize BOM pom.xml
1 parent d4aea9b commit c815c1e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • java-storage/google-cloud-storage-bom

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<packaging>pom</packaging>
2424
<parent>
2525
<groupId>com.google.cloud</groupId>
26-
<artifactId>sdk-platform-java-config</artifactId>
27-
<version>3.57.0</version>
28-
<relativePath/>
26+
<artifactId>google-cloud-pom-parent</artifactId>
27+
<version>1.82.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
28+
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
2929
</parent>
3030

3131
<name>Google Cloud Storage BOM</name>
32-
<url>https://github.com/googleapis/java-storage</url>
32+
<url>https://github.com/googleapis/google-cloud-java</url>
3333
<description>
3434
BOM for Google Cloud Storage
3535
</description>
@@ -51,9 +51,9 @@
5151
</developers>
5252

5353
<scm>
54-
<connection>scm:git:https://github.com/googleapis/java-storage.git</connection>
55-
<developerConnection>scm:git:[email protected]:googleapis/java-storage.git</developerConnection>
56-
<url>https://github.com/googleapis/java-storage</url>
54+
<connection>scm:git:https://github.com/googleapis/google-cloud-java.git</connection>
55+
<developerConnection>scm:git:[email protected]:googleapis/google-cloud-java.git</developerConnection>
56+
<url>https://github.com/googleapis/google-cloud-java</url>
5757
</scm>
5858

5959
<licenses>

0 commit comments

Comments
 (0)