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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 69bb516  Update JakartaEE TCK to 8.0.2
69bb516 is described below

commit 69bb516b197271ab9b640192495f8ad73a5f6a98
Author: reta <drr...@gmail.com>
AuthorDate: Sat Apr 24 10:44:00 2021 -0400

    Update JakartaEE TCK to 8.0.2
    
    (cherry picked from commit 3c6f042aecb3c641fbf1f2fa33c548172b289f6a)
---
 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']]
                ])

Reply via email to