[java-idp-integration-tests] branch main updated: Fix tomcat-base 10.1 artifact type

Tom Zeller tzeller at dragonacea.biz
Fri Dec 15 17:41:10 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=56d854fb81d2f62a05640c4948e4d3fd1d45477b

The following commit(s) were added to refs/heads/main by this push:
     new 56d854f  Fix tomcat-base 10.1 artifact type
56d854f is described below

commit 56d854fb81d2f62a05640c4948e4d3fd1d45477b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Dec 15 11:40:47 2023 -0600

    Fix tomcat-base 10.1 artifact type
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d16fec3..3d9124b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@
                     <artifactId>idp-tomcat-base</artifactId>
                     <version>${idp-tomcat-base.version}</version>
                     <scope>test</scope>
-                    <type>tar.gz</type>
+                    <type>tgz</type>
                 </dependency>
             </dependencies>
             <build>

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


More information about the commits mailing list