You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by le...@apache.org on 2019/12/26 08:56:36 UTC

[incubator-iotdb] branch rel/0.9 updated: fix travis by changing apache-maven-3.6.2 to 3.6.3

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

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


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new def3298  fix travis by changing apache-maven-3.6.2 to 3.6.3
def3298 is described below

commit def32982c2fc2fbfae50991229b0e58a55e7042b
Author: Lei Rui <10...@qq.com>
AuthorDate: Thu Dec 26 16:56:04 2019 +0800

    fix travis by changing apache-maven-3.6.2 to 3.6.3
---
 .travis.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7a1d4ec..7490554 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,9 +80,9 @@ matrix:
           #        - export PATH=$PATH:"/c/java11/bin"
           #        - export JAVA_HOME="/c/java11"
           #        - 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"
+          #        - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.2-bin.zip -o/c/mvn363
+          #        - export "MAVEN_HOME=/c/mvn363/apache-maven-3.6.3"
+          #        - export "M2_HOME=/c/mvn363/apache-maven-3.6.3"
           #        - export "PATH=$MAVEN_HOME/bin:$PATH"
           #      script:
           #        - java -version
@@ -96,8 +96,8 @@ matrix:
         # - choco install openjdk11 --version=11.0.2.01 -y
         # can get the download links from https://jdk.java.net/archive/
         - wget --no-check-certificate https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_windows-x64_bin.zip
-        - 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
+        - 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
         - /C/Progra~1/7-Zip/7z.exe x openjdk-11.0.2_windows-x64_bin.zip -o/c/java
         - mkdir C:\hadoop\bin
         - wget --no-check-certificate https://github.com/cdarlint/winutils/raw/master/hadoop-2.7.3/bin/winutils.exe -o C:\hadoop\bin
@@ -126,9 +126,9 @@ matrix:
         - export "JAVA_HOME=/c/java/jdk-11.0.2"
         - export "PATH=$JAVA_HOME/bin:$PATH"
         - export "PATH=$JAVA_HOME/jre/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"
+        - 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"
         - export "HADOOP_HOME=/c/hadoop"
         - export "PATH=/c/hadoop/bin:$PATH"
       script: