[java-idp-plugin-oidc-config] branch main updated: Update groupId to better reflect plugin and config characteristics

Phil Smart philip.smart at jisc.ac.uk
Fri May 12 11:58:33 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-config.

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

The following commit(s) were added to refs/heads/main by this push:
     new 62e9e77  Update groupId to better reflect plugin and config characteristics
62e9e77 is described below

commit 62e9e776e9c7bc8821d767fdae1d82f3d4a126f5
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 12 12:58:31 2023 +0100

    Update groupId to better reflect plugin and config characteristics
---
 oidc-config-dist/pom.xml | 2 +-
 oidc-config-impl/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oidc-config-dist/pom.xml b/oidc-config-dist/pom.xml
index a46dafb..1e0c5f8 100644
--- a/oidc-config-dist/pom.xml
+++ b/oidc-config-dist/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
-    <groupId>net.shibboleth.idp.oidc</groupId>
+    <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
     <artifactId>idp-plugin-oidc-config-parent</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
diff --git a/oidc-config-impl/pom.xml b/oidc-config-impl/pom.xml
index 9a898f1..2acb6ff 100644
--- a/oidc-config-impl/pom.xml
+++ b/oidc-config-impl/pom.xml
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>net.shibboleth.idp.oidc</groupId>
+    <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
     <artifactId>idp-plugin-oidc-config-parent</artifactId>
     <version>1.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