Skip to content

Commit c07cf23

Browse files
authored
feat!: preparing for next release (#4691)
* feat!: bumping libraries-bom version for dataproc's major version google-cloud-dataproc had a major version bump (v4). This pull request bumps the libraries BOM version to accomodate the change. Until Release Please can take care of the major version bump via google-cloud-bom, we maintain the version manually. * deps: next release of google-cloud-bom is 0.176.0
1 parent ea8a4b4 commit c07cf23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libraries-bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
</developers>
2626

2727
<issueManagement>
28-
<url>https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues</url>
28+
<url>https://github.com/googleapis/java-cloud-bom/issues</url>
2929
</issueManagement>
3030
<scm>
31-
<connection>scm:git:[email protected]:GoogleCloudPlatform/cloud-opensource-java.git</connection>
32-
<developerConnection>scm:git:[email protected]:GoogleCloudPlatform/cloud-opensource-java.git
31+
<connection>scm:git:[email protected]:googleapis/java-cloud-bom.git</connection>
32+
<developerConnection>scm:git:[email protected]:googleapis/java-cloud-bom.git
3333
</developerConnection>
34-
<url>https://github.com/GoogleCloudPlatform/cloud-opensource-java/boms/cloud-oss-bom</url>
34+
<url>https://github.com/googleapis/java-cloud-bom</url>
3535
<tag>HEAD</tag>
3636
</scm>
3737

tests/dependency-convergence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-bom</artifactId>
26-
<version>0.175.0</version><!-- {x-version-update:google-cloud-bom:current} -->
26+
<version>0.176.0</version><!-- {x-version-update:google-cloud-bom:current} -->
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

0 commit comments

Comments
 (0)