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

Codeberg noreply at shibboleth.net
Tue Jul 14 09:17:14 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/76b9841ec8cfc0eb73e1f821bd760ce0ef2aac12

commit 76b9841ec8cfc0eb73e1f821bd760ce0ef2aac12
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Jul 14 08:55:11 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 dd97699a..c7add88d 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.1-SNAPSHOT</version>
+        <version>4.3.1</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 373acd2f..deb0248a 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.1-SNAPSHOT</version>
+        <version>4.3.1</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 7b7353df..506f7e7a 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.1-SNAPSHOT</version>
+        <version>4.3.1</version>
     </parent>
     
     <artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 3a9d833d..afab66e8 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.1-SNAPSHOT</version>
+    <version>4.3.1</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