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 2015/09/08 00:05:13 UTC

[1/2] storm git commit: STORM-1019 - Added missing version to org.codehaus.mojo:make-maven-plugin

Repository: storm
Updated Branches:
  refs/heads/master 895ba4251 -> 8eb4509d9


STORM-1019 - Added missing version to org.codehaus.mojo:make-maven-plugin


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

Branch: refs/heads/master
Commit: 4db2e368c94a65e59f786f7b70afa3ff97e5316a
Parents: 895ba42
Author: Rick Kellogg <rm...@comcast.net>
Authored: Fri Sep 4 17:02:21 2015 -0400
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Sep 8 07:02:25 2015 +0900

----------------------------------------------------------------------
 storm-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/4db2e368/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index db1f1bd..3eb4112 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -859,6 +859,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>make-maven-plugin</artifactId>
+                        <version>1.0-beta-1</version>
                         <executions>
                             <execution>
                                 <id>compile</id>


[2/2] storm git commit: add STORM-1019 to CHANGELOG.md

Posted by ka...@apache.org.
add STORM-1019 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 8eb4509d94395ce8c5745a24e1b6980b23d81bcd
Parents: 4db2e36
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Sep 8 07:04:54 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Sep 8 07:04:54 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8eb4509d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10ceee6..9562200 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1019: Added missing dependency version to use of org.codehaus.mojo:make-maven-plugin
  * STORM-1020: Document exceptions in ITuple & Fields
  * STORM-1025: Invalid links at https://storm.apache.org/about/multi-language.html
  * STORM-1010: Each KafkaBolt could have a specified properties.