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/05/02 17:34:59 UTC

[1/5] git commit: pom version rollback

Repository: incubator-storm
Updated Branches:
  refs/heads/0.9.1.x 8727e886b -> 2db7a963a


pom version rollback


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

Branch: refs/heads/0.9.1.x
Commit: ccf18a3e6008bd5130cf16201a5f3892b1dc93b0
Parents: 8727e88
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Apr 29 20:08:18 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Apr 29 20:08:18 2014 -0400

----------------------------------------------------------------------
 pom.xml                                                  | 2 +-
 storm-buildtools/maven-shade-clojure-transformer/pom.xml | 2 +-
 storm-core/pom.xml                                       | 2 +-
 storm-dist/binary/pom.xml                                | 2 +-
 storm-dist/source/pom.xml                                | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/ccf18a3e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a739255..9e26703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.storm</groupId>
     <artifactId>storm</artifactId>
-    <version>0.9.1.1-incubating-SNAPSHOT</version>
+    <version>0.9.1.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Storm</name>
     <description>Distributed and fault-tolerant realtime computation</description>

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/ccf18a3e/storm-buildtools/maven-shade-clojure-transformer/pom.xml
----------------------------------------------------------------------
diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
index 6a56b0d..1d19152 100644
--- a/storm-buildtools/maven-shade-clojure-transformer/pom.xml
+++ b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.1-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/ccf18a3e/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 1cdbf6e..b6c48f5 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.1-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.storm</groupId>
     <artifactId>storm-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/ccf18a3e/storm-dist/binary/pom.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml
index 2dd0f73..b22c548 100644
--- a/storm-dist/binary/pom.xml
+++ b/storm-dist/binary/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.1-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/ccf18a3e/storm-dist/source/pom.xml
----------------------------------------------------------------------
diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml
index 9d8ec3d..1c6f0e3 100644
--- a/storm-dist/source/pom.xml
+++ b/storm-dist/source/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.1-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>


[3/5] git commit: update maven release plugin to 2.4.2

Posted by pt...@apache.org.
update maven release plugin to 2.4.2


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

Branch: refs/heads/0.9.1.x
Commit: 8bab8de45dec4c2425b7d43c3a5a2969b7a38c98
Parents: 790b2ec
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 2 10:54:53 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 2 10:54:53 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/8bab8de4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2348cea..7c5a731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.4.1</version>
+                    <version>2.4.2</version>
                 </plugin>
                 <plugin>
                     <groupId>com.theoryinpractise</groupId>


[5/5] git commit: [maven-release-plugin] prepare release v0.9.1.0-incubating

Posted by pt...@apache.org.
[maven-release-plugin] prepare release v0.9.1.0-incubating


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

Branch: refs/heads/0.9.1.x
Commit: 2db7a963a9de63decec74214a5e30206b8bb8064
Parents: 6ca1c53
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 2 11:34:57 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 2 11:34:57 2014 -0400

----------------------------------------------------------------------
 pom.xml                                                  | 4 ++--
 storm-buildtools/maven-shade-clojure-transformer/pom.xml | 2 +-
 storm-core/pom.xml                                       | 2 +-
 storm-dist/binary/pom.xml                                | 2 +-
 storm-dist/source/pom.xml                                | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/2db7a963/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac00b59..9f71170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.storm</groupId>
     <artifactId>storm</artifactId>
-    <version>0.9.1.0-incubating-SNAPSHOT</version>
+    <version>0.9.1.0-incubating</version>
     <packaging>pom</packaging>
     <name>Storm</name>
     <description>Distributed and fault-tolerant realtime computation</description>
@@ -135,7 +135,7 @@
     <scm>
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>v0.9.1.0-incubating</tag>
         <url>https://git-wip-us.apache.org/repos/asf/incubator-storm</url>
     </scm>
 

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/2db7a963/storm-buildtools/maven-shade-clojure-transformer/pom.xml
----------------------------------------------------------------------
diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
index 1d19152..967c222 100644
--- a/storm-buildtools/maven-shade-clojure-transformer/pom.xml
+++ b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.0-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/2db7a963/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index b6c48f5..5e38563 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.0-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating</version>
     </parent>
     <groupId>org.apache.storm</groupId>
     <artifactId>storm-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/2db7a963/storm-dist/binary/pom.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml
index b22c548..1cd346e 100644
--- a/storm-dist/binary/pom.xml
+++ b/storm-dist/binary/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.0-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/2db7a963/storm-dist/source/pom.xml
----------------------------------------------------------------------
diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml
index 1c6f0e3..405988b 100644
--- a/storm-dist/source/pom.xml
+++ b/storm-dist/source/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.9.1.0-incubating-SNAPSHOT</version>
+        <version>0.9.1.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>


[2/5] git commit: set scm tag to HEAD

Posted by pt...@apache.org.
set scm tag to HEAD


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

Branch: refs/heads/0.9.1.x
Commit: 790b2ece59b237809af7a2e85cc96f011cacbaab
Parents: ccf18a3
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 2 10:37:01 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 2 10:37:01 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/790b2ece/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9e26703..2348cea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <scm>
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</developerConnection>
-        <tag>v0.9.1.0-incubating</tag>
+        <tag>HEAD</tag>
         <url>https://git-wip-us.apache.org/repos/asf/incubator-storm</url>
     </scm>
 


[4/5] git commit: update maven release plugin to 2.5

Posted by pt...@apache.org.
update maven release plugin to 2.5


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

Branch: refs/heads/0.9.1.x
Commit: 6ca1c53a33fe657e8576629584ba921d77adf192
Parents: 8bab8de
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 2 11:29:09 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 2 11:29:09 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/6ca1c53a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7c5a731..ac00b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.4.2</version>
+                    <version>2.5</version>
                 </plugin>
                 <plugin>
                     <groupId>com.theoryinpractise</groupId>