[java-idp-integration-tests] branch master updated: Bump Jetty 9.4 to latest version

Tom Zeller tzeller at dragonacea.biz
Wed Jan 29 12:44:57 EST 2020


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=5f17b42b7cb697ad6b5f3e49f6003ddbf244d28f

The following commit(s) were added to refs/heads/master by this push:
       new  5f17b42   Bump Jetty 9.4 to latest version
5f17b42 is described below

commit 5f17b42b7cb697ad6b5f3e49f6003ddbf244d28f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jan 29 10:51:24 2020 -0600

    Bump Jetty 9.4 to latest version
    
    Targeted for next IdP V4 Windows Installer release
---
 pom.xml | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index b92aec9..68ff951 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,7 @@
         </profile>
 
         <!--
-        Latest Jetty included by Windows Installer
+        Version of Jetty included in latest Windows Installer release
         -->
         <profile>
             <id>jetty-9.4.18</id>
@@ -404,17 +404,13 @@
             </properties>
         </profile>
 
+        <!--
+        Version of Jetty targeted for next Windows Installer release
+        -->
         <profile>
-            <id>jetty-9.4.19</id>
-            <properties>
-                 <jetty.version>9.4.19.v20190610</jetty.version>
-            </properties>
-        </profile>
-
-        <profile>
-            <id>jetty-9.4.22</id>
+            <id>jetty-9.4.26</id>
             <properties>
-                 <jetty.version>9.4.22.v20191022</jetty.version>
+                 <jetty.version>9.4.26.v20200117</jetty.version>
             </properties>
         </profile>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list