Skip to content

Commit 9f80dd0

Browse files
authored
Merge pull request #37233 from vespa-engine/arnej/fix-relative-path
use correct relative path to parent pom
2 parents cacb6b4 + aca3b75 commit 9f80dd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datasketches-java25/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.yahoo.vespa</groupId>
77
<artifactId>parent</artifactId>
88
<version>8-SNAPSHOT</version>
9-
<relativePath>../../parent/pom.xml</relativePath>
9+
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111
<groupId>org.apache.datasketches</groupId>
1212
<artifactId>datasketches-memory</artifactId>

0 commit comments

Comments
 (0)