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/11 10:21:54 UTC

[4/4] incubator-apex-malhar git commit: Maven prerequisite is 3.0.5

Maven prerequisite is 3.0.5


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/702215dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/702215dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/702215dd

Branch: refs/heads/release-3.1
Commit: 702215dd6e567f638970cefbc295fca9ff4c6200
Parents: 73d4daa
Author: Thomas Weise <th...@datatorrent.com>
Authored: Fri Sep 11 01:21:23 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Fri Sep 11 01:21:23 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/702215dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 35fdac1..63a8789 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   </repositories>
 
   <prerequisites>
-    <maven>3.1.0</maven>
+    <maven>3.0.5</maven>
   </prerequisites>
 
   <properties>