[java-idp-oidc] branch main updated: Change Maven groupID to the plugin namespace

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 12 15:07:04 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-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=d37b718b0c4f172edcd8248ea5c444d7e135cd2c

The following commit(s) were added to refs/heads/main by this push:
       new  d37b718b  Change Maven groupID to the plugin namespace
d37b718b is described below

commit d37b718b0c4f172edcd8248ea5c444d7e135cd2c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 12 15:07:02 2021 +0000

    Change Maven groupID to the plugin namespace
---
 idp-oidc-extension-api/pom.xml          | 2 +-
 idp-oidc-extension-distribution/pom.xml | 2 +-
 idp-oidc-extension-impl/pom.xml         | 2 +-
 pom.xml                                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index 4ee4e6d8..f6de488a 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -6,7 +6,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>idp-plugin-oidc-op-parent</artifactId>
-        <groupId>net.shibboleth.oidc</groupId>
+        <groupId>net.shibboleth.idp.plugin.oidc</groupId>
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     
diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 8c2069af..cabbc189 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -6,7 +6,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>idp-plugin-oidc-op-parent</artifactId>
-        <groupId>net.shibboleth.oidc</groupId>
+        <groupId>net.shibboleth.idp.plugin.oidc</groupId>
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index dc1b4611..5f49b503 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>idp-plugin-oidc-op-parent</artifactId>
-        <groupId>net.shibboleth.oidc</groupId>
+        <groupId>net.shibboleth.idp.plugin.oidc</groupId>
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     
diff --git a/pom.xml b/pom.xml
index d5d3f6c3..83777d5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
         <artifactId>parent</artifactId>
         <version>11.2.0-SNAPSHOT</version>
     </parent>
-    <groupId>net.shibboleth.oidc</groupId>
+    <groupId>net.shibboleth.idp.plugin.oidc</groupId>
     <artifactId>idp-plugin-oidc-op-parent</artifactId>
     <version>3.0.0-SNAPSHOT</version>
     <name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>

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


More information about the commits mailing list