Skip to content

Commit e30ff88

Browse files
committed
fix(java-cloud-bom): fix parent relative path in validate-bom
1 parent b52e8cc commit e30ff88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java-cloud-bom/tests/validate-bom

java-cloud-bom/tests/validate-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.google.cloud</groupId>
88
<artifactId>google-cloud-pom-parent</artifactId>
99
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
10-
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
10+
<relativePath>../../../google-cloud-pom-parent/pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
1313

0 commit comments

Comments
 (0)