[java-idp-oidc] 01/02: Update files to be tagged for release

Codeberg noreply at shibboleth.net
Thu Sep 17 07:23:47 UTC 2026


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

codeberg pushed a commit to branch maint-4.3
in repository java-idp-oidc.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-oidc/commit/f7480d34992250fe95dfcd63acfa36165a7437ab

commit f7480d34992250fe95dfcd63acfa36165a7437ab
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Sep 17 07:17:51 2026 +0000

    Update files to be tagged for release
---
 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 84b987c3..05eecfb0 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>idp-plugin-oidc-op-parent</artifactId>
         <groupId>net.shibboleth.idp.plugin.oidc</groupId>
-        <version>4.3.2-SNAPSHOT</version>
+        <version>4.3.2</version>
     </parent>
     
     <artifactId>idp-plugin-oidc-op-api</artifactId>
diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 041a2c2b..08f19d82 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <artifactId>idp-plugin-oidc-op-parent</artifactId>
         <groupId>net.shibboleth.idp.plugin.oidc</groupId>
-        <version>4.3.2-SNAPSHOT</version>
+        <version>4.3.2</version>
     </parent>
 
     <artifactId>idp-plugin-oidc-op-distribution</artifactId>
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 5b433b9a..99d58f37 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>idp-plugin-oidc-op-parent</artifactId>
         <groupId>net.shibboleth.idp.plugin.oidc</groupId>
-        <version>4.3.2-SNAPSHOT</version>
+        <version>4.3.2</version>
     </parent>
     
     <artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 4e424159..e4077fa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>net.shibboleth.idp.plugin.oidc</groupId>
     <artifactId>idp-plugin-oidc-op-parent</artifactId>
-    <version>4.3.2-SNAPSHOT</version>
+    <version>4.3.2</version>
     <name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
     <packaging>pom</packaging>
 

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


More information about the commits mailing list