[java-plugin-shibd-saml] branch main updated: GEN-356 - Plugin jar manifest errors

Scott Cantor cantor.2 at osu.edu
Fri Jul 18 22:22:42 UTC 2025


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

scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=1412d7c63ab1c3c7983ac979179c56df06a7b94e

The following commit(s) were added to refs/heads/main by this push:
     new 1412d7c  GEN-356 - Plugin jar manifest errors
1412d7c is described below

commit 1412d7c63ab1c3c7983ac979179c56df06a7b94e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 18 18:22:39 2025 -0400

    GEN-356 - Plugin jar manifest errors
    
    https://shibboleth.atlassian.net/browse/GEN-356
    
    Correct manifest section name in POM.
---
 sp-saml-conf-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-saml-conf-impl/pom.xml b/sp-saml-conf-impl/pom.xml
index 41766ee..ed6cc4e 100644
--- a/sp-saml-conf-impl/pom.xml
+++ b/sp-saml-conf-impl/pom.xml
@@ -267,7 +267,7 @@
                         </manifestEntries>
                         <manifestSections>
                             <manifestSection>
-                                <name>net/shibboleth/sp/</name>
+                                <name>net/shibboleth/sp/saml/conf/</name>
                                 <manifestEntries>
                                     <Implementation-Title>${project.artifactId}</Implementation-Title>
                                     <Implementation-Version>${project.version}</Implementation-Version>

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


More information about the commits mailing list