Skip to content

Commit 27dd9d6

Browse files
committed
add maven 'relativePath' entries to dist poms
1 parent fcd4f01 commit 27dd9d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

storm-dist/binary/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
2424
<version>0.9.1-incubating-SNAPSHOT</version>
25+
<relativePath>../../pom.xml</relativePath>
2526
</parent>
2627
<groupId>org.apache.storm</groupId>
2728
<artifactId>apache-storm-bin</artifactId>

storm-dist/source/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
2424
<version>0.9.1-incubating-SNAPSHOT</version>
25+
<relativePath>../../pom.xml</relativePath>
2526
</parent>
2627
<groupId>org.apache.storm</groupId>
2728
<artifactId>apache-storm-source</artifactId>

0 commit comments

Comments
 (0)