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 <[email protected]> Authored: Fri Sep 4 17:02:21 2015 -0400 Committer: Jungtaek Lim <[email protected]> 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>
