You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/09/14 22:17:28 UTC

incubator-apex-malhar git commit: Maven prerequisite is 3.0.5

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/devel-3 4a7a7a4d9 -> 606d7e089


Maven prerequisite is 3.0.5

Conflicts:
	pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/606d7e08
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/606d7e08
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/606d7e08

Branch: refs/heads/devel-3
Commit: 606d7e089f6ed263f52adf131484e58f50f828e4
Parents: 4a7a7a4
Author: Thomas Weise <th...@datatorrent.com>
Authored: Fri Sep 11 01:21:23 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Mon Sep 14 13:16:56 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/606d7e08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9f5397..567c0a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   </repositories>
 
   <prerequisites>
-    <maven>3.0.0</maven>
+    <maven>3.0.5</maven>
   </prerequisites>
 
   <properties>