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:53 UTC

[3/4] incubator-apex-malhar git commit: Fixed Prerequisites

Fixed Prerequisites


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

Branch: refs/heads/release-3.1
Commit: 73d4daab72cf476839baa442d0ef096f29c5c02b
Parents: e876cb2
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Thu Sep 10 17:45:35 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Thu Sep 10 17:45:35 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/73d4daab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6aefe4e..35fdac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   </repositories>
 
   <prerequisites>
-    <maven>3.1.1-RC1</maven>
+    <maven>3.1.0</maven>
   </prerequisites>
 
   <properties>