[java-oidc-common] branch main updated: JCOMOIDC-16 - Package missing the "main" jar with plugin service impl
Scott Cantor
cantor.2 at osu.edu
Mon Mar 8 18:57:36 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=d976651b31773e5fb4e2fa5902fd277790534f13
The following commit(s) were added to refs/heads/main by this push:
new d976651 JCOMOIDC-16 - Package missing the "main" jar with plugin service impl
d976651 is described below
commit d976651b31773e5fb4e2fa5902fd277790534f13
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 8 13:57:33 2021 -0500
JCOMOIDC-16 - Package missing the "main" jar with plugin service impl
https://issues.shibboleth.net/jira/browse/JCOMOIDC-16
Fixed module build order.
Fixed some cut/paste issues in plugin POM metadata.
---
oidc-common-plugin/pom.xml | 4 ++--
pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/oidc-common-plugin/pom.xml b/oidc-common-plugin/pom.xml
index 5795ab3..9a1c229 100644
--- a/oidc-common-plugin/pom.xml
+++ b/oidc-common-plugin/pom.xml
@@ -14,7 +14,7 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
- <automatic.module.name>net.shibboleth.oidc.saml.impl</automatic.module.name>
+ <automatic.module.name>net.shibboleth.oidc.common</automatic.module.name>
</properties>
<dependencies>
@@ -44,7 +44,7 @@
</manifestEntries>
<manifestSections>
<manifestSection>
- <name>net/shibboleth/oidc/commons</name>
+ <name>net/shibboleth/oidc/common</name>
<manifestEntries>
<Implementation-Title>${project.artifactId}</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
diff --git a/pom.xml b/pom.xml
index 19ffe5a..9c13843 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,8 +206,8 @@
<module>oidc-common-metadata-impl</module>
<module>oidc-common-saml-api</module>
<module>oidc-common-saml-impl</module>
+ <module>oidc-common-plugin</module>
+ <module>oidc-common-bom</module>
<module>oidc-common-dist</module>
- <module>oidc-common-plugin</module>
- <module>oidc-common-bom</module>
</modules>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list