[java-idp-plugin-oidc-rp] branch main updated: GEN-356 - Plugin jar manifest errors
Scott Cantor
cantor.2 at osu.edu
Fri Jul 18 22:12:20 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-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=2cbcdbe2579784398c6511e3a874a5afbde22349
The following commit(s) were added to refs/heads/main by this push:
new 2cbcdbe GEN-356 - Plugin jar manifest errors
2cbcdbe is described below
commit 2cbcdbe2579784398c6511e3a874a5afbde22349
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 18 18:12:18 2025 -0400
GEN-356 - Plugin jar manifest errors
https://shibboleth.atlassian.net/browse/GEN-356
Add trailing slash to manifest section name in POM.
---
idp-oidc-rp-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index 545c979..9627988 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -428,7 +428,7 @@
</manifestEntries>
<manifestSections>
<manifestSection>
- <name>net/shibboleth/idp/plugin/authn/oidc/rp</name>
+ <name>net/shibboleth/idp/plugin/authn/oidc/rp/</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