[java-idp-integration-tests] 01/02: Bump to Tomcat 10.1 for IdP V5 tests
Tom Zeller
tzeller at dragonacea.biz
Fri Dec 15 13:51:22 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=55fb41d3d5bd9abc2dc0973b766302a966454e96
commit 55fb41d3d5bd9abc2dc0973b766302a966454e96
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Dec 15 07:50:45 2023 -0600
Bump to Tomcat 10.1 for IdP V5 tests
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c219b58..b6da57a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,8 +30,8 @@
<jetty.version>11.0.15</jetty.version>
<!-- Tomcat -->
- <idp-tomcat-base.version>9.0.0-SNAPSHOT</idp-tomcat-base.version>
- <tomcat.version>9.0.70</tomcat.version>
+ <idp-tomcat-base.version>10.1.0-SNAPSHOT</idp-tomcat-base.version>
+ <tomcat.version>10.1.17</tomcat.version>
<!-- Testbed -->
<testbed.version>5.1.0-SNAPSHOT</testbed.version>
@@ -484,7 +484,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-tomcat-base</artifactId>
<version>${idp-tomcat-base.version}</version>
- <type>tar.gz</type>
+ <type>tgz</type>
</artifactItem>
</artifactItems>
<outputDirectory>${test-distributions.directory}</outputDirectory>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list