This is an automated email from the ASF dual-hosted git repository.

ethanli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 10a1e1e  [STORM-3721] Change parent reference to include pom.xml where 
missing in the 105 pom.xml files. (#3358)
10a1e1e is described below

commit 10a1e1ec434742ccb1d28d22411a915c75ed74d2
Author: Bipin Prasad <[email protected]>
AuthorDate: Wed Dec 9 11:32:44 2020 -0600

    [STORM-3721] Change parent reference to include pom.xml where missing in 
the 105 pom.xml files. (#3358)
---
 integration-test/pom.xml  | 2 +-
 storm-checkstyle/pom.xml  | 4 ++--
 storm-client/pom.xml      | 2 +-
 storm-core/pom.xml        | 2 +-
 storm-server/pom.xml      | 2 +-
 storm-shaded-deps/pom.xml | 2 +-
 storm-webapp/pom.xml      | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index edffeb0..7ce21ce 100755
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -22,7 +22,7 @@
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
         <version>2.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <name>Storm Integration Test</name>
diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml
index 1b06981..c20cc38 100644
--- a/storm-checkstyle/pom.xml
+++ b/storm-checkstyle/pom.xml
@@ -22,7 +22,7 @@
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
         <version>2.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -49,4 +49,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/storm-client/pom.xml b/storm-client/pom.xml
index 32f81e1..1e6d894 100644
--- a/storm-client/pom.xml
+++ b/storm-client/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
         <version>2.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>storm-client</artifactId>
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index a84a198..ed64e6a 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -21,7 +21,7 @@
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
         <version>2.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>storm-core</artifactId>
diff --git a/storm-server/pom.xml b/storm-server/pom.xml
index d36b50b..ff93bb1 100644
--- a/storm-server/pom.xml
+++ b/storm-server/pom.xml
@@ -22,7 +22,7 @@
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
         <version>2.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/storm-shaded-deps/pom.xml b/storm-shaded-deps/pom.xml
index 9ce4c47..186e0fe 100644
--- a/storm-shaded-deps/pom.xml
+++ b/storm-shaded-deps/pom.xml
@@ -24,7 +24,7 @@
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
         <version>2.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.storm</groupId>
diff --git a/storm-webapp/pom.xml b/storm-webapp/pom.xml
index 5c973db..53c58e1 100644
--- a/storm-webapp/pom.xml
+++ b/storm-webapp/pom.xml
@@ -22,7 +22,7 @@
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
         <version>2.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>storm-webapp</artifactId>

Reply via email to