Skip to content

Commit

Permalink
use released TCK
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Feb 9, 2025
1 parent 7e2909a commit 8f27788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ pipeline {
string( defaultValue: 'SNAPSHOT', description: 'Jetty Version',
name: 'JETTY_VERSION' )

string( defaultValue: 'SNAPSHOT', description: 'TCK Version',
string( defaultValue: '6.1.0', description: 'TCK Version',
name: '6.1.0' )

string( defaultValue: 'SNAPSHOT', description: 'Servlet API Version',
string( defaultValue: '6.1.0', description: 'Servlet API Version',
name: '6.1.0' )


Expand Down

0 comments on commit 8f27788

Please sign in to comment.