Skip to content

Commit fc2fac5

Browse files
authored
Merge pull request #37206 from vespa-engine/arnej/fix-parent-path
use correct relative path to parent pom
2 parents 428c291 + 84dce52 commit fc2fac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.yahoo.vespa</groupId>
88
<artifactId>parent</artifactId>
99
<version>8-SNAPSHOT</version>
10-
<relativePath>../../parent/pom.xml</relativePath>
10+
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212
<artifactId>cloud</artifactId>
1313
<packaging>pom</packaging>

0 commit comments

Comments
 (0)