You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/01/14 18:26:50 UTC

[1/3] storm git commit: [STORM-620] Duplicate maven plugin declaration

Repository: storm
Updated Branches:
  refs/heads/master 94b96087b -> 1085f5061


[STORM-620] Duplicate maven plugin declaration


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

Branch: refs/heads/master
Commit: f603a5e0c12fe902ac944a8e17ccc62b2d9f5ed8
Parents: e71e2a3
Author: lewuathe <le...@me.com>
Authored: Fri Jan 9 22:27:03 2015 +0900
Committer: lewuathe <le...@me.com>
Committed: Fri Jan 9 22:27:03 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/f603a5e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5645b9a..05e2be3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -723,10 +723,6 @@
                 </configuration>
             </plugin>
             <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <version>0.11</version>


[3/3] storm git commit: Added STORM-620 to Changelog

Posted by bo...@apache.org.
Added STORM-620 to Changelog


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

Branch: refs/heads/master
Commit: 1085f5061e28eb9038853278433b8bb52c406d5d
Parents: 81fa587
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Jan 14 11:25:47 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Jan 14 11:25:47 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/1085f506/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 857c3fb..33cc953 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@
  * STORM-578: Calls to submit-mocked-assignment in supervisor-test use invalid executor-id format
  * STORM-600: upgrade jacoco plugin to support jdk8
  * STORM-495: KafkaSpout retries with exponential backoff
+ * STORM-620: Duplicate maven plugin declaration
 
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor


[2/3] storm git commit: Merge branch 'duplicate-plugin-declaration' of https://github.com/Lewuathe/storm into STORM-620

Posted by bo...@apache.org.
Merge branch 'duplicate-plugin-declaration' of https://github.com/Lewuathe/storm into STORM-620

STORM-620: Duplicate maven plugin declaration


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

Branch: refs/heads/master
Commit: 81fa587d2412d06fdcd2ce33f49dfe033829384d
Parents: 94b9608 f603a5e
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Jan 14 11:13:17 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Jan 14 11:13:17 2015 -0600

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