You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/09/03 12:40:13 UTC

[incubator-iotdb] 03/03: change maven in travis from 3.6.1 to 3.6.2

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch fix_travis
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 057e01e1109af9c14354bd62b466d74e8648737b
Author: qiaojialin <64...@qq.com>
AuthorDate: Tue Sep 3 20:39:50 2019 +0800

    change maven in travis from 3.6.1 to 3.6.2
---
 .travis.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7b2a8ee..26abb77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,10 +71,10 @@ matrix:
 #        - choco install jdk11 -params 'installdir=c:\\java11'
 #        - export PATH=$PATH:"/c/java11/bin"
 #        - export JAVA_HOME="/c/java11"
-#        - wget -q https://www-eu.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.zip
-#        - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.1-bin.zip -o/c/mvn361
-#        - export "MAVEN_HOME=/c/mvn361/apache-maven-3.6.1"
-#        - export "M2_HOME=/c/mvn361/apache-maven-3.6.1"
+#        - wget -q https://www-eu.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.zip
+#        - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.2-bin.zip -o/c/mvn362
+#        - export "MAVEN_HOME=/c/mvn362/apache-maven-3.6.2"
+#        - export "M2_HOME=/c/mvn362/apache-maven-3.6.2"
 #        - export "PATH=$MAVEN_HOME/bin:$PATH"
 #      script:
 #        - java -version
@@ -86,15 +86,15 @@ matrix:
       name: win-oraclejdk8
       before_install:
         - choco install jdk8 -params 'installdir=c:\\jdk8'
-        - wget --no-check-certificate https://www-eu.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.zip
-        - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.1-bin.zip -o/c/mvn361
+        - wget --no-check-certificate https://www-eu.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.zip
+        - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.2-bin.zip -o/c/mvn362
       before_script:
         - export "JAVA_HOME=/c/jdk8"
         - export "PATH=/c/jdk8/bin:$PATH"
         - export "PATH=/c/jdk8/jre/bin:$PATH"
-        - export "MAVEN_HOME=/c/mvn361/apache-maven-3.6.1"
-        - export "M2_HOME=/c/mvn361/apache-maven-3.6.1"
-        - export "PATH=/c/mvn361/apache-maven-3.6.1/bin:$PATH"
+        - export "MAVEN_HOME=/c/mvn362/apache-maven-3.6.2"
+        - export "M2_HOME=/c/mvn362/apache-maven-3.6.2"
+        - export "PATH=/c/mvn362/apache-maven-3.6.2/bin:$PATH"
       script:
         - java -version
         - mvn -version