[java-oidc-common] branch main updated: Bump version to 3.3.0-SNAPSHOT

Phil Smart philip.smart at jisc.ac.uk
Wed Jun 4 12:49:52 UTC 2025


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

philsmart pushed a commit to branch main
in repository java-oidc-common.

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

The following commit(s) were added to refs/heads/main by this push:
     new 10bc82d  Bump version to 3.3.0-SNAPSHOT
10bc82d is described below

commit 10bc82d51e92b9c9e479244eed5484a235214760
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Jun 4 13:49:50 2025 +0100

    Bump version to 3.3.0-SNAPSHOT
---
 oidc-common-attribute-api/pom.xml                                       | 2 +-
 oidc-common-attribute-impl/pom.xml                                      | 2 +-
 oidc-common-bom/pom.xml                                                 | 2 +-
 oidc-common-crypto-api/pom.xml                                          | 2 +-
 oidc-common-crypto-impl/pom.xml                                         | 2 +-
 oidc-common-dist/pom.xml                                                | 2 +-
 oidc-common-metadata-api/pom.xml                                        | 2 +-
 oidc-common-metadata-impl/pom.xml                                       | 2 +-
 oidc-common-plugin/pom.xml                                              | 2 +-
 .../src/main/resources/net/shibboleth/oidc/common/plugin.properties     | 2 +-
 oidc-common-profile-api/pom.xml                                         | 2 +-
 oidc-common-profile-impl/pom.xml                                        | 2 +-
 oidc-common-saml-api/pom.xml                                            | 2 +-
 oidc-common-saml-impl/pom.xml                                           | 2 +-
 pom.xml                                                                 | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/oidc-common-attribute-api/pom.xml b/oidc-common-attribute-api/pom.xml
index 62c0a7c..ada01ac 100644
--- a/oidc-common-attribute-api/pom.xml
+++ b/oidc-common-attribute-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-attribute-api</artifactId>
diff --git a/oidc-common-attribute-impl/pom.xml b/oidc-common-attribute-impl/pom.xml
index d9b68d6..bb72d93 100644
--- a/oidc-common-attribute-impl/pom.xml
+++ b/oidc-common-attribute-impl/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-attribute-impl</artifactId>
diff --git a/oidc-common-bom/pom.xml b/oidc-common-bom/pom.xml
index 3aaf3bc..97ebe07 100644
--- a/oidc-common-bom/pom.xml
+++ b/oidc-common-bom/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
     <packaging>pom</packaging>
 
diff --git a/oidc-common-crypto-api/pom.xml b/oidc-common-crypto-api/pom.xml
index a4193f8..18ba4f6 100644
--- a/oidc-common-crypto-api/pom.xml
+++ b/oidc-common-crypto-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-crypto-api</artifactId>
diff --git a/oidc-common-crypto-impl/pom.xml b/oidc-common-crypto-impl/pom.xml
index 1e190a3..da595bd 100644
--- a/oidc-common-crypto-impl/pom.xml
+++ b/oidc-common-crypto-impl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-crypto-impl</artifactId>
diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index f98bb48..ad181c8 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-dist</artifactId>
diff --git a/oidc-common-metadata-api/pom.xml b/oidc-common-metadata-api/pom.xml
index daae45e..6f3925a 100644
--- a/oidc-common-metadata-api/pom.xml
+++ b/oidc-common-metadata-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-metadata-api</artifactId>
diff --git a/oidc-common-metadata-impl/pom.xml b/oidc-common-metadata-impl/pom.xml
index f586ea2..98fd7e5 100644
--- a/oidc-common-metadata-impl/pom.xml
+++ b/oidc-common-metadata-impl/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-metadata-impl</artifactId>
diff --git a/oidc-common-plugin/pom.xml b/oidc-common-plugin/pom.xml
index 348e046..ff1fdf7 100644
--- a/oidc-common-plugin/pom.xml
+++ b/oidc-common-plugin/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-plugin</artifactId>
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
index 17ea2c8..c0c365f 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.oidc.common
 # Only used when package manifest is not available
-plugin.version = 3.2.1
+plugin.version = 3.3.0
 
 # No prereqs
 #plugin.modules.required =
diff --git a/oidc-common-profile-api/pom.xml b/oidc-common-profile-api/pom.xml
index 259e2e8..3da1cfb 100644
--- a/oidc-common-profile-api/pom.xml
+++ b/oidc-common-profile-api/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-profile-api</artifactId>
diff --git a/oidc-common-profile-impl/pom.xml b/oidc-common-profile-impl/pom.xml
index e4c6889..315ddcb 100644
--- a/oidc-common-profile-impl/pom.xml
+++ b/oidc-common-profile-impl/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-profile-impl</artifactId>
diff --git a/oidc-common-saml-api/pom.xml b/oidc-common-saml-api/pom.xml
index c261cb0..ee048e6 100644
--- a/oidc-common-saml-api/pom.xml
+++ b/oidc-common-saml-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-saml-api</artifactId>
diff --git a/oidc-common-saml-impl/pom.xml b/oidc-common-saml-impl/pom.xml
index 57f68ff..f046a4e 100644
--- a/oidc-common-saml-impl/pom.xml
+++ b/oidc-common-saml-impl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-saml-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index fee755f..3d1e9f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>net.shibboleth.oidc</groupId>
     <artifactId>oidc-common-parent</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <name>Shibboleth IdP :: Plugins :: OIDC Common :: Parent</name>
     <packaging>pom</packaging>
     <description>A POM containing properties, dependencies, etc. that are common across all Shibboleth OIDC Java common libraries.</description>

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


More information about the commits mailing list