Skip to content

Commit

Permalink
Update jetty for versions 10.0.16 and 11.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Aug 31, 2023
1 parent 5f935aa commit ae7a051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetty/MirrorJetty.jenkinsfile
Expand Up @@ -28,7 +28,7 @@ pipeline {

choice(
name: 'JETTY_VERSION',
choices: ['10.0.15', '11.0.15'],
choices: ['10.0.16', '11.0.16'],
description: '''
Choose the <a href="https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2">Jetty version</a> to build.
'''
Expand Down
2 changes: 1 addition & 1 deletion jetty/VersionCheckJetty.jenkinsfile
Expand Up @@ -8,7 +8,7 @@ pipeline {
}

environment {
EXPECTED_LAST_MODIFIED = '20230413180258'
EXPECTED_LAST_MODIFIED = '20230830214835'
}

triggers {
Expand Down

0 comments on commit ae7a051

Please sign in to comment.