You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/04/21 21:44:20 UTC

[21/50] [abbrv] git commit: Update pom.xml

Update pom.xml

Revert custom changes

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

Branch: refs/heads/master
Commit: 2a0757ace47466e4ce13f670e977128c546c0349
Parents: b6b1f1d
Author: Danijel Schiavuzzi <da...@schiavuzzi.com>
Authored: Mon Feb 17 11:43:20 2014 +0100
Committer: Danijel Schiavuzzi <da...@schiavuzzi.com>
Committed: Mon Feb 17 11:43:20 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/2a0757ac/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8dbd9a9..910041a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <groupId>net.wurstmeister.storm</groupId>
     <artifactId>storm-kafka-0.8-plus</artifactId>
     <packaging>jar</packaging>
-    <version>0.4.0-configurable-metrics-emit-interval-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <name>storm-kafka-0.8-plus</name>
     <description>Storm module for kafka &gt; 0.8</description>
     <licenses>
@@ -170,7 +170,7 @@
         <dependency>
             <groupId>storm</groupId>
             <artifactId>storm</artifactId>
-            <version>0.9.0.1</version>
+            <version>0.9.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>