You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2016/12/26 00:51:02 UTC

storm git commit: Fixed storm-pmml version.

Repository: storm
Updated Branches:
  refs/heads/1.x-branch 78913f22b -> 537891db6


Fixed storm-pmml version.


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

Branch: refs/heads/1.x-branch
Commit: 537891db68ff23402a2575842411bc173005e20b
Parents: 78913f2
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sun Dec 25 16:50:36 2016 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sun Dec 25 16:50:36 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/537891db/external/storm-pmml/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-pmml/pom.xml b/external/storm-pmml/pom.xml
index 2ddfeb3..cc26067 100644
--- a/external/storm-pmml/pom.xml
+++ b/external/storm-pmml/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -78,4 +78,4 @@
     </dependencies>
 
 
-</project>
\ No newline at end of file
+</project>