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/19 14:53:22 UTC

[cxf] branch master updated: Updated TCK Jenkins file with Ant 1.10.10

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 0e3284b  Updated TCK Jenkins file with Ant 1.10.10
0e3284b is described below

commit 0e3284bdbff75fe01986db685c874979118b4e7d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jun 19 10:53:01 2021 -0400

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

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