[java-idp-plugin-oidc-config] branch main updated: GEN-356 - Plugin jar manifest errors
Scott Cantor
cantor.2 at osu.edu
Fri Jul 18 22:15:22 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-oidc-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=bbbc7a33b9cd8c2865186dc2f5a2b24563fc676c
The following commit(s) were added to refs/heads/main by this push:
new bbbc7a3 GEN-356 - Plugin jar manifest errors
bbbc7a3 is described below
commit bbbc7a33b9cd8c2865186dc2f5a2b24563fc676c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 18 18:15:20 2025 -0400
GEN-356 - Plugin jar manifest errors
https://shibboleth.atlassian.net/browse/GEN-356
Correct cut/paste error in manifest section name in POM.
---
oidc-config-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-config-impl/pom.xml b/oidc-config-impl/pom.xml
index 0cf94e7..51fdca2 100644
--- a/oidc-config-impl/pom.xml
+++ b/oidc-config-impl/pom.xml
@@ -44,7 +44,7 @@
<archive>
<manifestSections>
<manifestSection>
- <name>net/shibboleth/oidc/common/</name>
+ <name>net/shibboleth/idp/plugin/oidc/config/</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