You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/06/17 01:57:30 UTC

[cxf] branch master updated: Updated TCK Jenkins file with Maven 3.6.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ec448d8  Updated TCK Jenkins file with Maven 3.6.3
ec448d8 is described below

commit ec448d804efa3ec0ae706b0054ae27c0982c8be5
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jun 16 21:56:21 2021 -0400

    Updated TCK Jenkins file with Maven 3.6.3
---
 tck/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index 994041e..c9bce5a 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
    
     tools { 
         ant 'ant_1.10.6'
-        maven 'maven_3.6.2' 
+        maven 'maven_3.6.3' 
         jdk 'jdk_1.8.0_241' 
     }