[java-idp-oidc] 01/02: Update oidc-common and -config to the release version

Henri Mikkonen henri.mikkonen at iki.fi
Mon May 15 10:19:29 UTC 2023


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

hjmikkon 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=aaffe4ae35da5e25e2f7321c054724ae138e4420

commit aaffe4ae35da5e25e2f7321c054724ae138e4420
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon May 15 13:18:36 2023 +0300

    Update oidc-common and -config to the release version
    
    The groupId of config was also switched from 'net.shibboleth.idp.oidc' to 'net.shibboleth.idp.plugin.config.oidc'.
---
 idp-oidc-extension-impl/pom.xml | 2 +-
 pom.xml                         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 076223a9..4cbd3cfb 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -153,7 +153,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>net.shibboleth.idp.oidc</groupId>
+            <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
             <artifactId>idp-plugin-oidc-config-impl</artifactId>
             <scope>provided</scope>
         </dependency>
diff --git a/pom.xml b/pom.xml
index 21cc4bb8..9b1d2a04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,8 @@
     <properties>
         <shib.idp.version>4.3.0</shib.idp.version>
         <opensaml.version>4.3.0</opensaml.version>
-        <oidc.common.version>2.2.0-SNAPSHOT</oidc.common.version>
-        <oidc.config.version>1.0.0-SNAPSHOT</oidc.config.version>
+        <oidc.common.version>2.2.0</oidc.common.version>
+        <oidc.config.version>1.0.0</oidc.config.version>
         <commons.io.version>2.6</commons.io.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
     </properties>
@@ -95,7 +95,7 @@
                 <scope>import</scope>
             </dependency>
             <dependency>
-                <groupId>net.shibboleth.idp.oidc</groupId>
+                <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
                 <artifactId>idp-plugin-oidc-config-impl</artifactId>
                 <version>${oidc.config.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