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/04/24 14:44:34 UTC

[cxf] branch master updated: Update JakartaEE TCK to 8.0.2

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 3c6f042  Update JakartaEE TCK to 8.0.2
3c6f042 is described below

commit 3c6f042aecb3c641fbf1f2fa33c548172b289f6a
Author: reta <dr...@gmail.com>
AuthorDate: Sat Apr 24 10:44:00 2021 -0400

    Update JakartaEE TCK to 8.0.2
---
 tck/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index dc54201..994041e 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
        stage('Download JakartaEE TCK') {
            steps {
                checkout([$class: 'GitSCM',
-	           branches: [[name: 'refs/tags/8.0.0']],
+	           branches: [[name: 'refs/tags/8.0.2']],
                    userRemoteConfigs: [[url: 'https://github.com/eclipse-ee4j/jakartaee-tck']],
                    extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'jakartaee-tck']]
                ])