[jetty94-dta-ssl] 01/01: IDP-1916 Need a new version of jetty94-dta-ssl for jetty10

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 5 14:15:26 UTC 2022


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

rdw pushed a commit to branch dev/IDP-1916
in repository jetty94-dta-ssl.

View the commit online:
http://git.shibboleth.net/view/?p=jetty94-dta-ssl.git;a=commit;h=3932ca1881ddf0e4a3b922687139700d32e6d7a9

commit 3932ca1881ddf0e4a3b922687139700d32e6d7a9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 5 14:13:18 2022 +0000

    IDP-1916 Need a new version of jetty94-dta-ssl for jetty10
    
    https://shibboleth.atlassian.net/browse/IDP-1916
    
    Strawman change
        Group changes to net.shibboleth.utilities.jetty
        ArtifactId changes to jetty10-dta-ssl
        Parent changes to 11.2.1
        Builds against Latest Jetty release (10.0.8)
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6db0c8f..c6034c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,15 +7,15 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>7.11.0</version>
+        <version>11.2.1</version>
     </parent>
 
-    <groupId>net.shibboleth.utilities.jetty9</groupId>
-    <artifactId>jetty94-dta-ssl</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <groupId>net.shibboleth.utilities.jetty</groupId>
+    <artifactId>jetty10-dta-ssl</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
-    <name>Jetty9.4 Delegate To Application SSL Connector</name>
+    <name>Jetty Delegate To Application SSL Connector</name>
     <description>
         This is a simple extension to SslContext.Server that supports
         client cert authentication but delegates all of the trust verification
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>${jetty.groupId}</groupId>
             <artifactId>jetty-server</artifactId>
-            <version>9.4.18.v20190429</version>
+            <version>10.0.8</version>
             <scope>provided</scope>
         </dependency>
 

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


More information about the commits mailing list