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 2017/04/05 00:51:45 UTC

[1/3] storm git commit: Add versions for maven-javadoc-plugin and maven-surefire-report-plugin to the parent pom.xml.

Repository: storm
Updated Branches:
  refs/heads/master 08e7b640d -> a542041c7


Add versions for maven-javadoc-plugin and maven-surefire-report-plugin to the parent pom.xml.


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

Branch: refs/heads/master
Commit: 4950cafaedaefed519f8324fbc21fe6e3213ec35
Parents: 389865a
Author: Heather McCartney <he...@problemchimp.org>
Authored: Thu Mar 2 11:20:43 2017 +0000
Committer: Heather McCartney <he...@problemchimp.org>
Committed: Sat Mar 25 20:16:07 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4950cafa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 896d735..17a4cef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1215,10 +1215,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.10.4</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.19.1</version>
                 <configuration>
                     <reportsDirectories>
                         <file>${project.build.directory}/test-reports</file>


[3/3] storm git commit: STORM-2058: CHANGELOG

Posted by ka...@apache.org.
STORM-2058: CHANGELOG


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

Branch: refs/heads/master
Commit: a542041c7b745554f8e32f4e4667cf67200647dc
Parents: cd7aa73
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Apr 5 09:51:34 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Apr 5 09:51:34 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a542041c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7d0b0d..a829f6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 2.0.0
+ * STORM-2058: Fix Maven warnings about missing reporting.plugins.plugin.version
  * STORM-1369: Add MapState implementation to storm-cassandra
  * STORM-2432: Storm-Kafka-Client Trident Spout Seeks Incorrect Offset With UNCOMMITTED_LATEST Strategy 
  * STORM-2427: Fix event logger enable disable UI buttons


[2/3] storm git commit: Merge branch 'STORM-2058' of https://github.com/hmcc/storm into STORM-2058-merge

Posted by ka...@apache.org.
Merge branch 'STORM-2058' of https://github.com/hmcc/storm into STORM-2058-merge


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

Branch: refs/heads/master
Commit: cd7aa739cdfc03254c5483839104c01be13ed5f0
Parents: 08e7b64 4950caf
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Apr 5 09:51:07 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Apr 5 09:51:07 2017 +0900

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