[java-idp-plugin-totp] branch master updated: Eliminiate use of removed property.

Scott Cantor cantor.2 at osu.edu
Thu Jul 23 17:51:38 UTC 2020


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  6580b5c   Eliminiate use of removed property.
6580b5c is described below

commit 6580b5ca7ed208d445df31162797b347da5605fd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 23 13:52:23 2020 -0400

    Eliminiate use of removed property.
---
 totp-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 28110da..386564b 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.${plugin.base}.impl</automatic.module.name>
+        <automatic.module.name>net.shibboleth.idp.plugin.totp.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