[java-idp-plugin-totp] branch main updated: Fix up parent artifact ID to match other projects.

Scott Cantor cantor.2 at osu.edu
Tue Aug 29 18:14:38 UTC 2023


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=7800c47fd0b4c0595e4b29acc1abee500a00d52c

The following commit(s) were added to refs/heads/main by this push:
     new 7800c47  Fix up parent artifact ID to match other projects.
7800c47 is described below

commit 7800c47fd0b4c0595e4b29acc1abee500a00d52c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 29 14:14:35 2023 -0400

    Fix up parent artifact ID to match other projects.
---
 pom.xml           | 2 +-
 totp-dist/pom.xml | 2 +-
 totp-impl/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 00a7453..9af233c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow</name>
     <description>An IdP plugin providing TOTP login support.</description>
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
-    <artifactId>idp-plugin-totp</artifactId>
+    <artifactId>idp-plugin-totp-parent</artifactId>
     <version>2.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index eeaae2a..d2bc6c6 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -6,7 +6,7 @@
 
     <parent>
         <groupId>net.shibboleth.idp.plugin.authn</groupId>
-        <artifactId>idp-plugin-totp</artifactId>
+        <artifactId>idp-plugin-totp-parent</artifactId>
         <version>2.0.0-SNAPSHOT</version>
     </parent>
 
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 556a35e..fe993d7 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -6,7 +6,7 @@
 
     <parent>
         <groupId>net.shibboleth.idp.plugin.authn</groupId>
-        <artifactId>idp-plugin-totp</artifactId>
+        <artifactId>idp-plugin-totp-parent</artifactId>
         <version>2.0.0-SNAPSHOT</version>
     </parent>
     

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


More information about the commits mailing list