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 2020/03/28 07:24:09 UTC

[incubator-iotdb] branch rel/0.8 updated: update mvn to 3.6.3 in windows ci

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

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


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new 6f7bf92  update mvn to 3.6.3 in windows ci
6f7bf92 is described below

commit 6f7bf92c335ef5bf3e16bd4b18b7bc49f99a341b
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Mar 28 15:24:18 2020 +0800

    update mvn to 3.6.3 in windows ci
---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7b2a8ee..ded014d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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.3/binaries/apache-maven-3.6.3-bin.zip
+        - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.3-bin.zip -o/c/mvn363
       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/mvn363/apache-maven-3.6.3"
+        - export "M2_HOME=/c/mvn363/apache-maven-3.6.3"
+        - export "PATH=/c/mvn363/apache-maven-3.6.3/bin:$PATH"
       script:
         - java -version
         - mvn -version