[java-idp-jetty-base] 04/07: IDP-1609 jetty-dta-ssl has changed name

Rod Widdowson rdw at steadingsoftware.com
Thu May 28 14:29:12 UTC 2020


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

rdw pushed a commit to branch 9.4-windows
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=49d007e7b5301f81b185917c7f7400bdc5b8a05d

commit 49d007e7b5301f81b185917c7f7400bdc5b8a05d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu May 21 15:06:18 2020 +0100

    IDP-1609 jetty-dta-ssl has changed name
    
    https://issues.shibboleth.net/jira/browse/IDP-1609
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 16d0ef0..227962d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <version>9.4.1-WINDOWS-SNAPSHOT</version>
 
     <properties>
-        <jetty9-dta-ssl.version>1.0.0</jetty9-dta-ssl.version>
+        <jetty94-dta-ssl.version>1.0.0</jetty94-dta-ssl.version>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
     </properties>
 
@@ -47,8 +47,8 @@
         <!-- Our Jetty 9 DTA plugin -->
         <dependency>
             <groupId>net.shibboleth.utilities.jetty9</groupId>
-            <artifactId>jetty9-dta-ssl</artifactId>
-            <version>${jetty9-dta-ssl.version}</version>
+            <artifactId>jetty94-dta-ssl</artifactId>
+            <version>${jetty94-dta-ssl.version}</version>
             <optional>true</optional>
             <scope>runtime</scope>
         </dependency>
@@ -121,8 +121,8 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>net.shibboleth.utilities.jetty9</groupId>
-                                    <artifactId>jetty9-dta-ssl</artifactId>
-                                    <version>${jetty9-dta-ssl.version}</version>
+                                    <artifactId>jetty94-dta-ssl</artifactId>
+                                    <version>${jetty94-dta-ssl.version}</version>
                                     <type>jar</type>
                                     <overWrite>false</overWrite>
                                     <outputDirectory>${assemblyDirectory}/jetty-base/lib/ext</outputDirectory>

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


More information about the commits mailing list