[java-idp-integration-tests] branch master updated: Bump default version of Jetty to 9.4.26.v20200117

Tom Zeller tzeller at dragonacea.biz
Mon Feb 3 16:10:36 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=50ec79ea7e7774119f223e6924b0f6349c2c0c97

The following commit(s) were added to refs/heads/master by this push:
       new  50ec79e   Bump default version of Jetty to 9.4.26.v20200117
50ec79e is described below

commit 50ec79ea7e7774119f223e6924b0f6349c2c0c97
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Feb 3 15:10:20 2020 -0600

    Bump default version of Jetty to 9.4.26.v20200117
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 68ff951..7f8d970 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,12 +21,14 @@
         <!-- IdP -->
         <idp.version>4.0.0-SNAPSHOT</idp.version>
 
-        <!--  IdP to be tested -->
+        <!--  Version of IdP to be tested -->
         <idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
 
-        <!-- Jetty -->
+        <!-- Version of Jetty Base to be tested -->
         <idp-jetty-base.version>9.4.1-SNAPSHOT</idp-jetty-base.version>
-        <jetty.version>9.4.18.v20190429</jetty.version>
+
+        <!-- Default version of Jetty to be tested -->
+        <jetty.version>9.4.26.v20200117</jetty.version>
 
         <!-- Tomcat -->
         <idp-tomcat-base.version>8.5.0-SNAPSHOT</idp-tomcat-base.version>

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


More information about the commits mailing list