You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/04/17 15:46:43 UTC

[8/9] tinkerpop git commit: TINKERPOP-1443 Travis builds on the minimum maven version required

TINKERPOP-1443 Travis builds on the minimum maven version required


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9c336637
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9c336637
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9c336637

Branch: refs/heads/master
Commit: 9c336637f03743f10b72e5027703fc3fe43b4c33
Parents: 87faa32
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 17 09:56:09 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 17 09:56:09 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9c336637/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 12a55d6..12311c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ cache:
     - $HOME/mvn-home
 
 install:
-  # install maven 3.3.9 if it is not in cache already
-  - bash .travis.install-maven.sh "3.3.9" "${HOME}/mvn-home"
+  # install maven 3.2.5 (default minimum version for building TinkerPop) if it is not in cache already
+  - bash .travis.install-maven.sh "3.2.5" "${HOME}/mvn-home"
   - export M2_HOME=${HOME}/mvn-home
   - export PATH=${HOME}/mvn-home/bin:${PATH}
   # visual check that we have the correct maven version installed