Skip to content

Commit

Permalink
Update Jakarta RESTful Web Services 3.1 TCK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Jan 31, 2025
1 parent 444e480 commit d6cc841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions tck/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,7 @@ pipeline {
'''
}
}

stage('Download JakartaEE Restful Services TCK') {
steps {
checkout([$class: 'GitSCM',
branches: [[name: 'refs/tags/tck-3.1.2']],
userRemoteConfigs: [[url: 'https://github.com/jakartaee/rest/']],
extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'rest']]
])
}
}


stage('Build JAX-RS TCK') {
steps {
echo "Using Apache CXF version: " + params.Version
Expand Down
4 changes: 2 additions & 2 deletions tck/cxf-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<junit.jupiter.version>5.11.0</junit.jupiter.version>
<jakarta.rest.version>3.1.0</jakarta.rest.version>
<tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>
<arquillian.version>1.8.0.Final</arquillian.version>
<arquillian.version>1.8.1.Final</arquillian.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>${tck.artifactId}</artifactId>
<version>${project.version}</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit d6cc841

Please sign in to comment.