[java-idp-oidc] 02/02: Switch version '4.4.0fed-SNAPSHOT' to '4.4.0-SNAPSHOT' in POMs.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Jul 31 17:14:38 UTC 2025


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

hjmikkon pushed a commit to branch dev/JOIDC-222
in repository java-idp-oidc.

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

commit f9d2a8789297b1e90824211af58d2262de69b72a
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Jul 31 20:13:38 2025 +0300

    Switch version '4.4.0fed-SNAPSHOT' to '4.4.0-SNAPSHOT' in POMs.
    
    The latter is compatible with the plugin installer.
---
 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 594d07d6..5987db58 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.4.0fed-SNAPSHOT</version>
+        <version>4.4.0-SNAPSHOT</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 a5c49ecb..fe33bd5f 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.4.0fed-SNAPSHOT</version>
+        <version>4.4.0-SNAPSHOT</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 88023338..1f3b4d43 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.4.0fed-SNAPSHOT</version>
+        <version>4.4.0-SNAPSHOT</version>
     </parent>
     
     <artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index d96c0e8f..5973f8e7 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.4.0fed-SNAPSHOT</version>
+    <version>4.4.0-SNAPSHOT</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