[java-oidc-common] branch main updated: JCOMOIDC-17 - Add major version to the module name

Phil Smart philip.smart at jisc.ac.uk
Fri Mar 12 11:55:06 UTC 2021


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=1d62cc50d4a3f318ca62877441e133925b6878af

The following commit(s) were added to refs/heads/main by this push:
       new  1d62cc5   JCOMOIDC-17 - Add major version to the module name
1d62cc5 is described below

commit 1d62cc50d4a3f318ca62877441e133925b6878af
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 12 11:55:03 2021 +0000

    JCOMOIDC-17 - Add major version to the module name
    
    - suffix the module name with .1
    - Also update the plugin properties plugin version to 0.0.4
---
 .../resources/net/shibboleth/oidc/common/module.properties     | 10 +++++-----
 .../resources/net/shibboleth/oidc/common/plugin.properties     |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

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 eff3876..30a5c96 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,12 @@
 # Properties defining this module.
 
 # Class to Module ID mappings
-net.shibboleth.oidc.common.OIDCCommonModule = idp.oidc.common
+net.shibboleth.oidc.common.OIDCCommonModule = idp.oidc.common.1
 
 # Module Owner
-idp.oidc.common.plugin = net.shibboleth.oidc.common
+idp.oidc.common.1.plugin = net.shibboleth.oidc.common
 
-idp.oidc.common.name = Module to provide common OIDC processing
-idp.oidc.common.desc = Module that provides common OIDC processing functions for other plugins to use
-idp.oidc.common.url = /OIDCCommon
+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
 
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 959433a..3c1a649 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 = 0.0.3
+plugin.version = 0.0.4
 
 # No prereqs
 #plugin.modules.required =

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


More information about the commits mailing list