[java-idp-jetty-base] 04/04: IDP-1609 jetty-dta-ssl has changed name
Rod Widdowson
rdw at steadingsoftware.com
Fri May 22 08:49:10 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 9.4-testbed-eclipse
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=7e7fdf0f100e21e9a097e93e991459840bd7f04e
commit 7e7fdf0f100e21e9a097e93e991459840bd7f04e
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 6bbbb0c..c607946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<version>9.4.1-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