[java-oidc-common] branch main updated: Update version to 2.0.0-SNAPSHOT and bump plugin and module values.

Scott Cantor cantor.2 at osu.edu
Thu Mar 24 13:22:03 UTC 2022


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

scantor 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=8ee7a6578606814bd0b0865044ad1dda6e5af02d

The following commit(s) were added to refs/heads/main by this push:
     new 8ee7a65  Update version to 2.0.0-SNAPSHOT and bump plugin and module values.
8ee7a65 is described below

commit 8ee7a6578606814bd0b0865044ad1dda6e5af02d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 24 09:21:59 2022 -0400

    Update version to 2.0.0-SNAPSHOT and bump plugin and module values.
---
 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 +-
 .../resources/net/shibboleth/oidc/common/module.properties    | 11 +++++------
 .../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 +-
 16 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/oidc-common-attribute-api/pom.xml b/oidc-common-attribute-api/pom.xml
index 36c5790..53601cc 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 52b4fd1..e8f9272 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>1.2.0-SNAPSHOT</version>
+		<version>2.0.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 889ce4b..d5b5070 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>1.2.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<packaging>pom</packaging>
 
diff --git a/oidc-common-crypto-api/pom.xml b/oidc-common-crypto-api/pom.xml
index 2105caa..26c670d 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 7e844ae..07cbf75 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 7097d38..a6a23a2 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 b300240..5fa0367 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 a6ffd39..5ce089e 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>1.2.0-SNAPSHOT</version>
+		<version>2.0.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 c6f330f..0d847d1 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>1.2.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>oidc-common-plugin</artifactId>
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
index 30a5c96..f87ef76 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
@@ -1,12 +1,11 @@
 # Properties defining this module.
 
 # Class to Module ID mappings
-net.shibboleth.oidc.common.OIDCCommonModule = idp.oidc.common.1
+net.shibboleth.oidc.common.OIDCCommonModule = idp.oidc.common.2
 
 # Module Owner
-idp.oidc.common.1.plugin = net.shibboleth.oidc.common
-
-idp.oidc.common.1.name = Module to provide common OIDC processing
-idp.oidc.common.1.desc = Module that provides common OIDC processing functions for other plugins to use
-idp.oidc.common.1.url = /OIDCCommon
+idp.oidc.common.2.plugin = net.shibboleth.oidc.common
 
+idp.oidc.common.2.name = Module to provide common OIDC processing
+idp.oidc.common.2.desc = Module that provides common OIDC processing functions for other plugins to use
+idp.oidc.common.2.url = /OIDCCommon
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 eec4c1e..9b2d254 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 = 1.1.0
+plugin.version = 2.0.0
 
 # No prereqs
 #plugin.modules.required =
diff --git a/oidc-common-profile-api/pom.xml b/oidc-common-profile-api/pom.xml
index 44e0742..954c3f2 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 6cd95fb..08b204a 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 818f815..8ed6bc0 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.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 94afbea..0d60678 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>1.2.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-saml-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 9f44817..1b2c68c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     </parent>
     <groupId>net.shibboleth.oidc</groupId>
     <artifactId>oidc-common-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>2.0.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