[java-idp-plugin-totp] branch main updated: Unlock parent POM, add missing groupId properties.

Scott Cantor cantor.2 at osu.edu
Wed Sep 27 14:32:17 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=d8f2ebb42e3cfcfb61b3fac554d84913bdce35fa

The following commit(s) were added to refs/heads/main by this push:
     new d8f2ebb  Unlock parent POM, add missing groupId properties.
d8f2ebb is described below

commit d8f2ebb42e3cfcfb61b3fac554d84913bdce35fa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 27 10:32:14 2023 -0400

    Unlock parent POM, add missing groupId properties.
---
 pom.xml           |  8 +++++---
 totp-impl/pom.xml | 10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7c314cc..bb12381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.1</version>
+        <version>17.0.2-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow</name>
@@ -22,7 +22,9 @@
         <idp.version>5.0.0</idp.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0</opensaml.version>
+        <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
         <shib-profile.version>5.0.0</shib-profile.version>
+        <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
         <shib-attribute.version>5.0.0</shib-attribute.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
@@ -56,14 +58,14 @@
                 <scope>import</scope>
             </dependency>
             <dependency>
-                <groupId>${shib-shared.groupId}</groupId>
+                <groupId>${shib-profile.groupId}</groupId>
                 <artifactId>shib-profile-bom</artifactId>
                 <version>${shib-profile.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
-                <groupId>${shib-shared.groupId}</groupId>
+                <groupId>${shib-attribute.groupId}</groupId>
                 <artifactId>shib-attribute-bom</artifactId>
                 <version>${shib-attribute.version}</version>
                 <type>pom</type>
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 193bed0..66d4efa 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -68,17 +68,17 @@
         </dependency>
 
         <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>${shib-profile.groupId}</groupId>
             <artifactId>shib-profile-api</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-api</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-resolver-api</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -162,12 +162,12 @@
         </dependency>
 
         <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-resolver-impl</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>${shib-attribute.groupId}</groupId>
             <artifactId>shib-attribute-testing</artifactId>
             <scope>test</scope>
         </dependency>

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


More information about the commits mailing list