[java-idp-plugin-mgmt] branch main updated: Convert $ to %.

Scott Cantor cantor.2 at osu.edu
Mon Mar 1 15:19:45 UTC 2021


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

scantor pushed a commit to branch main
in repository java-idp-plugin-mgmt.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=22a60a0be3ed6302ed5afb3bf3e57d5e102795a5

The following commit(s) were added to refs/heads/main by this push:
       new  22a60a0   Convert $ to %.
22a60a0 is described below

commit 22a60a0be3ed6302ed5afb3bf3e57d5e102795a5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 1 10:19:40 2021 -0500

    Convert $ to %.
---
 plugins.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 8c30998..f32d7d6 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -47,7 +47,7 @@ net.shibboleth.idp.plugin.rhino.supportLevel.0.1.4 = Current
 ################################################################
 net.shibboleth.idp.plugin.authn.duo.nimbus.versions = 0.9.0 0.9.1
 net.shibboleth.idp.plugin.authn.duo.nimbus.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-duo-nimbus-dist/%{version}
-net.shibboleth.idp.plugin.authn.duo.nimbus.baseName.%{version} = idp-plugin-duo-dist-${version}
+net.shibboleth.idp.plugin.authn.duo.nimbus.baseName.%{version} = idp-plugin-duo-dist-%{version}
 
 net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.0.9.0 = 5.0.0
 net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.0.9.0 = 4.1.0
@@ -62,7 +62,7 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.0.9.1 = Current
 #####################################################
 net.shibboleth.idp.plugin.authn.duo.sdk.versions = 0.9.0 0.9.1
 net.shibboleth.idp.plugin.authn.duo.sdk.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-duo-sdk-dist/%{version}
-net.shibboleth.idp.plugin.authn.duo.sdk.baseName.%{version} = idp-plugin-duo-dist-${version}
+net.shibboleth.idp.plugin.authn.duo.sdk.baseName.%{version} = idp-plugin-duo-dist-%{version}
 
 net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.0.9.0 = 5.0.0
 net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.0.9.0 = 4.1.0
@@ -77,7 +77,7 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.9.1 = Current
 ###############################
 net.shibboleth.oidc.common.versions = 0.0.1 0.0.2 0.0.3
 net.shibboleth.oidc.common.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/oidc/oidc-common-dist/%{version}
-net.shibboleth.oidc.common.baseName.%{version} = oidc-common-dist-${version}
+net.shibboleth.oidc.common.baseName.%{version} = oidc-common-dist-%{version}
 
 net.shibboleth.oidc.common.idpVersionMax.0.0.1 = 5.0.0
 net.shibboleth.oidc.common.idpVersionMin.0.0.1 = 4.1.0
@@ -96,7 +96,7 @@ net.shibboleth.oidc.common.supportLevel.0.0.3 = Current
 ##################################
 net.shibboleth.idp.plugin.oidc.op.versions = 3.0.0
 net.shibboleth.idp.plugin.oidc.op.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/FINISH%{version}
-net.shibboleth.idp.plugin.oidc.op.baseName.%{version} = idp-plugin-oidc-op-distribution-${version}
+net.shibboleth.idp.plugin.oidc.op.baseName.%{version} = idp-plugin-oidc-op-distribution-%{version}
 
 net.shibboleth.idp.plugin.oidc.op.idpVersionMax.3.0.0 = 5.0.0
 net.shibboleth.idp.plugin.oidc.op.idpVersionMin.3.0.0 = 4.1.0

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


More information about the commits mailing list