You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/08/31 07:26:32 UTC

[2/4] storm git commit: Fix 1.x build due to storm--submit-tools pointing at non-existing 1.1.1-SNAPSHOT

Fix 1.x build due to storm--submit-tools pointing at non-existing 1.1.1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/367ee482
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/367ee482
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/367ee482

Branch: refs/heads/1.x-branch
Commit: 367ee482a0e3b1609250bb120fd6b168657ce82f
Parents: 5702e59
Author: Alessandro Bellina <ab...@yahoo-inc.com>
Authored: Mon Aug 29 09:19:39 2016 -0500
Committer: Alessandro Bellina <ab...@yahoo-inc.com>
Committed: Mon Aug 29 11:55:41 2016 -0500

----------------------------------------------------------------------
 external/storm-submit-tools/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/367ee482/external/storm-submit-tools/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-submit-tools/pom.xml b/external/storm-submit-tools/pom.xml
index d2237b0..6e21d23 100644
--- a/external/storm-submit-tools/pom.xml
+++ b/external/storm-submit-tools/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -198,4 +198,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>