[java-plugin-shibd] branch main updated: GEN-356 - Plugin jar manifest errors
Scott Cantor
cantor.2 at osu.edu
Fri Jul 18 22:20:41 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.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=0c5171f8b6a2be8754c00f364e549afa5779955e
The following commit(s) were added to refs/heads/main by this push:
new 0c5171f GEN-356 - Plugin jar manifest errors
0c5171f is described below
commit 0c5171f8b6a2be8754c00f364e549afa5779955e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 18 18:20:39 2025 -0400
GEN-356 - Plugin jar manifest errors
https://shibboleth.atlassian.net/browse/GEN-356
Correct manifest section name in POM.
---
sp-conf-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-conf-impl/pom.xml b/sp-conf-impl/pom.xml
index e1a23e3..da6b760 100644
--- a/sp-conf-impl/pom.xml
+++ b/sp-conf-impl/pom.xml
@@ -224,7 +224,7 @@
</manifestEntries>
<manifestSections>
<manifestSection>
- <name>net/shibboleth/sp/</name>
+ <name>net/shibboleth/sp/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