This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit c014484a5bb740bae2e3bcee071c936f159869c5 Author: Andriy Redko <[email protected]> AuthorDate: Sat Jun 19 10:53:01 2021 -0400 Updated TCK Jenkins file with Ant 1.10.10 (cherry picked from commit 0e3284bdbff75fe01986db685c874979118b4e7d) --- 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' }
