[java-idp-plugin-duo] branch main updated: Fix groupId changes
Phil Smart
philip.smart at jisc.ac.uk
Wed Feb 10 15:36:49 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=074d7c47a58a7221ed67e4c1df4b8fadbbf5c2f4
The following commit(s) were added to refs/heads/main by this push:
new 074d7c4 Fix groupId changes
074d7c4 is described below
commit 074d7c47a58a7221ed67e4c1df4b8fadbbf5c2f4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Feb 10 15:36:47 2021 +0000
Fix groupId changes
---
idp-duo-api/pom.xml | 2 +-
idp-duo-impl/pom.xml | 4 ++--
idp-duo-nimbus-client-impl/pom.xml | 4 ++--
idp-duo-sdk-client-impl/pom.xml | 4 ++--
pom.xml | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/idp-duo-api/pom.xml b/idp-duo-api/pom.xml
index 6583f8c..be35814 100644
--- a/idp-duo-api/pom.xml
+++ b/idp-duo-api/pom.xml
@@ -14,7 +14,7 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
- <automatic.module.name>net.shibboleth.idp.plugin.duo.api</automatic.module.name>
+ <automatic.module.name>net.shibboleth.idp.plugin.authn.duo.api</automatic.module.name>
</properties>
diff --git a/idp-duo-impl/pom.xml b/idp-duo-impl/pom.xml
index ed896f0..6507d66 100644
--- a/idp-duo-impl/pom.xml
+++ b/idp-duo-impl/pom.xml
@@ -16,14 +16,14 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
- <automatic.module.name>net.shibboleth.idp.plugin.duo.impl</automatic.module.name>
+ <automatic.module.name>net.shibboleth.idp.plugin.authn.duo.impl</automatic.module.name>
<apache.commons.lang.version>3.10</apache.commons.lang.version>
</properties>
<dependencies>
<!-- compile time dependencies -->
<dependency>
- <groupId>net.shibboleth.idp.plugin</groupId>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-duo-api</artifactId>
</dependency>
diff --git a/idp-duo-nimbus-client-impl/pom.xml b/idp-duo-nimbus-client-impl/pom.xml
index 240689d..287c4f8 100644
--- a/idp-duo-nimbus-client-impl/pom.xml
+++ b/idp-duo-nimbus-client-impl/pom.xml
@@ -15,12 +15,12 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
- <automatic.module.name>net.shibboleth.idp.plugin.duo.sdk.impl</automatic.module.name>
+ <automatic.module.name>net.shibboleth.idp.plugin.authn.duo.sdk.impl</automatic.module.name>
</properties>
<dependencies>
<dependency>
- <groupId>net.shibboleth.idp.plugin</groupId>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-duo-api</artifactId>
</dependency>
diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index 4a6d311..7908de7 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -16,7 +16,7 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
- <automatic.module.name>net.shibboleth.idp.plugin.duo.sdk.impl</automatic.module.name>
+ <automatic.module.name>net.shibboleth.idp.plugin.authn.duo.sdk.impl</automatic.module.name>
</properties>
<dependencies>
@@ -26,7 +26,7 @@
<artifactId>duo-universal-sdk</artifactId>
</dependency>
<dependency>
- <groupId>net.shibboleth.idp.plugin</groupId>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-duo-api</artifactId>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index f921316..08051d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<duo.client.version>1.0.3</duo.client.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
- <java-support.version>8.2.0-SNAPSHOT</java-support.version>
+ <java-support.version>8.2.0-SNAPSHOT</java-support.version>
<oidc.common.version>0.0.1</oidc.common.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
@@ -120,7 +120,7 @@
<version>${duo.client.version}</version>
</dependency>
<dependency>
- <groupId>net.shibboleth.idp.plugin</groupId>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-duo-api</artifactId>
<version>${project.version}</version>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list