[java-idp-integration-tests] branch master updated: Bump Jetty to 9.4.17.v20190418

Tom Zeller tzeller at dragonacea.biz
Wed Apr 24 17:33:58 EDT 2019


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=9a243192bd8f7414c3ea52f0fdcedefde9fad051

The following commit(s) were added to refs/heads/master by this push:
       new  9a24319   Bump Jetty to 9.4.17.v20190418
9a24319 is described below

commit 9a243192bd8f7414c3ea52f0fdcedefde9fad051
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Apr 24 16:33:45 2019 -0500

    Bump Jetty to 9.4.17.v20190418
    
    Comment out older 9.4.15-SNAPSHOT. 9.4.18-SNAPSHOT is not available yet.
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d14c1be..ff92885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
         <!-- Jetty -->
         <idp-jetty-base.version>9.4.0</idp-jetty-base.version>
-        <jetty.version>9.4.14.v20181114</jetty.version>
+        <jetty.version>9.4.17.v20190418</jetty.version>
 
         <!-- Tomcat -->
         <idp-tomcat-base.version>8.5.0-SNAPSHOT</idp-tomcat-base.version>
@@ -475,12 +475,13 @@
         </profile>
 
         <profile>
-            <id>jetty-9.4.14</id>
+            <id>jetty-9.4.17</id>
             <properties>
-                 <jetty.version>9.4.14.v20181114</jetty.version>
+                 <jetty.version>9.4.17.v20190418</jetty.version>
             </properties>
         </profile>
 
+        <!-- 
         <profile>
             <id>jetty-9.4.15-SNAPSHOT</id>
             <properties>
@@ -497,6 +498,7 @@
                 </repository>
             </repositories>
         </profile>
+        -->
 
         <profile>
             <id>tomcat-8.5.34</id>

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


More information about the commits mailing list