You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/10/31 06:33:37 UTC

[hudi] branch master updated: [MINOR] use default maven version since it already fix the warnings recently (#6863)

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

xushiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new af31759931 [MINOR] use default maven version since it already fix the warnings recently (#6863)
af31759931 is described below

commit af3175993142bc7ee47d9eb0de16d929a62d6087
Author: 冯健 <fe...@gmail.com>
AuthorDate: Mon Oct 31 14:33:23 2022 +0800

    [MINOR] use default maven version since it already fix the warnings recently (#6863)
    
    Co-authored-by: jian.feng <ji...@shopee.com>
---
 azure-pipelines.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index cb9787bb3f..83cb7407a5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -91,7 +91,7 @@ stages:
         displayName: UT FT common & flink & UT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: maven install
             inputs:
               mavenPomFile: 'pom.xml'
@@ -99,7 +99,7 @@ stages:
               options: $(MVN_OPTS_INSTALL)
               publishJUnitResults: false
               jdkVersionOption: '1.8'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: UT common flink client/spark-client
             inputs:
               mavenPomFile: 'pom.xml'
@@ -108,7 +108,7 @@ stages:
               publishJUnitResults: false
               jdkVersionOption: '1.8'
               mavenOptions: '-Xmx4g'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: FT common flink
             inputs:
               mavenPomFile: 'pom.xml'
@@ -124,7 +124,7 @@ stages:
         displayName: FT client/spark-client
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: maven install
             inputs:
               mavenPomFile: 'pom.xml'
@@ -132,7 +132,7 @@ stages:
               options: $(MVN_OPTS_INSTALL)
               publishJUnitResults: false
               jdkVersionOption: '1.8'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: FT client/spark-client
             inputs:
               mavenPomFile: 'pom.xml'
@@ -148,7 +148,7 @@ stages:
         displayName: UT FT clients & cli & utilities & sync
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: maven install
             inputs:
               mavenPomFile: 'pom.xml'
@@ -156,7 +156,7 @@ stages:
               options: $(MVN_OPTS_INSTALL)
               publishJUnitResults: false
               jdkVersionOption: '1.8'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: UT clients & cli & utilities & sync
             inputs:
               mavenPomFile: 'pom.xml'
@@ -165,7 +165,7 @@ stages:
               publishJUnitResults: false
               jdkVersionOption: '1.8'
               mavenOptions: '-Xmx4g'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: FT clients & cli & utilities & sync
             inputs:
               mavenPomFile: 'pom.xml'
@@ -181,7 +181,7 @@ stages:
         displayName: UT FT other modules
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: maven install
             inputs:
               mavenPomFile: 'pom.xml'
@@ -189,7 +189,7 @@ stages:
               options: $(MVN_OPTS_INSTALL)
               publishJUnitResults: false
               jdkVersionOption: '1.8'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: UT other modules
             inputs:
               mavenPomFile: 'pom.xml'
@@ -198,7 +198,7 @@ stages:
               publishJUnitResults: false
               jdkVersionOption: '1.8'
               mavenOptions: '-Xmx4g'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: FT other modules
             inputs:
               mavenPomFile: 'pom.xml'
@@ -214,7 +214,7 @@ stages:
         displayName: IT modules
         timeoutInMinutes: '150'
         steps:
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: maven install
             inputs:
               mavenPomFile: 'pom.xml'
@@ -222,7 +222,7 @@ stages:
               options: $(MVN_OPTS_INSTALL) -Pintegration-tests
               publishJUnitResults: false
               jdkVersionOption: '1.8'
-          - task: Maven@3.205.1
+          - task: Maven@3
             displayName: UT integ-test
             inputs:
               mavenPomFile: 'pom.xml'