[java-idp-plugin-totp] branch main updated: Fix POM with proper package name after rename.

Scott Cantor cantor.2 at osu.edu
Thu Oct 8 15:39:35 UTC 2020


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

scantor pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=32b83da8896ec033d8668ba04eb66c06e4abc063

The following commit(s) were added to refs/heads/main by this push:
       new  32b83da   Fix POM with proper package name after rename.
32b83da is described below

commit 32b83da8896ec033d8668ba04eb66c06e4abc063
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 8 11:39:33 2020 -0400

    Fix POM with proper package name after rename.
---
 totp-impl/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 647cc43..c505f86 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -17,7 +17,7 @@
     
     <properties>
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-        <automatic.module.name>net.shibboleth.idp.plugin.totp.impl</automatic.module.name>
+        <automatic.module.name>net.shibboleth.idp.plugin.authn.totp.impl</automatic.module.name>
     </properties>
     
     <dependencies>
@@ -208,7 +208,7 @@
                         </manifestEntries>
                         <manifestSections>
                             <manifestSection>
-                                <name>net/shibboleth/idp/plugin/totp/</name>
+                                <name>net/shibboleth/idp/plugin/authn/totp/</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