[java-oidfed-common] 01/02: Fix the automatic module name.

Codeberg noreply at shibboleth.net
Tue Sep 1 10:35:48 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-oidfed-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/4e2fb1ab9d20276d9273c5a13e03abdfb6b7e6ef

commit 4e2fb1ab9d20276d9273c5a13e03abdfb6b7e6ef
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Sep 1 13:33:33 2026 +0300

    Fix the automatic module name.
---
 oidfed-common-conf-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidfed-common-conf-impl/pom.xml b/oidfed-common-conf-impl/pom.xml
index 1b605c6..51a3c76 100644
--- a/oidfed-common-conf-impl/pom.xml
+++ b/oidfed-common-conf-impl/pom.xml
@@ -16,7 +16,7 @@
 
 	<properties>
         <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
-		<automatic.module.name>net.shibboleth.oidfed.impl</automatic.module.name>
+        <automatic.module.name>net.shibboleth.oidfed.conf.impl</automatic.module.name>
 	</properties>
 
 	<dependencies>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list