[java-plugin-shibd-oidc] branch main updated: Adjust package path in manifest declaration.
Codeberg
noreply at shibboleth.net
Wed Jul 29 12:07:22 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/79ee31b71c591ef35cf3d55b82fde28a989c7164
The following commit(s) were added to refs/heads/main by this push:
new 79ee31b Adjust package path in manifest declaration.
79ee31b is described below
commit 79ee31b71c591ef35cf3d55b82fde28a989c7164
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jul 29 08:07:13 2026 -0400
Adjust package path in manifest declaration.
---
sp-oidc-conf-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-oidc-conf-impl/pom.xml b/sp-oidc-conf-impl/pom.xml
index e8ea8d3..2a4f2bd 100644
--- a/sp-oidc-conf-impl/pom.xml
+++ b/sp-oidc-conf-impl/pom.xml
@@ -328,7 +328,7 @@
</manifestEntries>
<manifestSections>
<manifestSection>
- <name>net/shibboleth/sp/</name>
+ <name>net/shibboleth/sp/oidc/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