[java-idp-plugin-mgmt] branch main updated: Add glob fields for versions and filename.
Scott Cantor
cantor.2 at osu.edu
Fri May 17 15:58:22 UTC 2024
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=02d13089f4ca24b7cf717de576d3460d1d382ea5
The following commit(s) were added to refs/heads/main by this push:
new 02d1308 Add glob fields for versions and filename.
02d1308 is described below
commit 02d13089f4ca24b7cf717de576d3460d1d382ea5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri May 17 11:58:18 2024 -0400
Add glob fields for versions and filename.
---
status.csv | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/status.csv b/status.csv
index b360bf2..cf4f9dc 100644
--- a/status.csv
+++ b/status.csv
@@ -1,14 +1,14 @@
-Identity Provider,net/shibboleth/idp/idp-distribution,Stable
-Identity Provider Windows Installer,net/shibboleth/idp/idp-msi,Unstable
-Duo Plugin (Nimbus),net/shibboleth/idp/plugin/authn/idp-plugin-duo-nimbus-dist,Release Candidate
-Duo Plugin (Duo SDK),net/shibboleth/idp/plugin/authn/idp-plugin-duo-sdk-dist,Release Candidate
-WebAuthn Plugin,net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-dist,Alpha
-OpenID Connect Common Library,net/shibboleth/oidc/oidc-common-dist,Unstable
-OpenID Connect OP Plugin,net/shibboleth/idp/plugin/oidc/idp-plugin-oidc-op-distribution,Unstable
-OpenID Connect RP Plugin,net/shibboleth/idp/plugin/authn/idp-plugin-oidc-rp-dist,Stable
-TOTP Plugin,net/shibboleth/idp/plugin/authn/idp-plugin-totp-dist,Stable
-Metadata Generator Plugin,net/shibboleth/idp/plugin/metadatagen/idp-plugin-metadatagen-dist,Stable
-Nashorn Scripting Plugin,net/shibboleth/idp/plugin/scripting/idp-plugin-nashorn-jdk-dist,Stable
-Rhino Scripting Plugin,net/shibboleth/idp/plugin/scripting/idp-plugin-rhino-dist,Stable
-JDBC StorageService Plugin,net/shibboleth/plugin/storage/jdbc/java-plugin-jdbc-storage-dist,Stable
-Metadata Aggregator,/net/shibboleth/metadata/mda-distribution,Stable
+Identity Provider,net/shibboleth/idp/idp-distribution,4.*,*,*.tar.gz,Stable
+Identity Provider Windows Installer,net/shibboleth/idp/idp-msi,4.*,*,*.msi,Unstable
+Duo Plugin (Nimbus),net/shibboleth/idp/plugin/authn/idp-plugin-duo-nimbus-dist,,*,*.tar.gz,Release Candidate
+Duo Plugin (Duo SDK),net/shibboleth/idp/plugin/authn/idp-plugin-duo-sdk-dist,,*,*.tar.gz,Release Candidate
+WebAuthn Plugin,net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-dist,,*,*.tar.gz,Alpha
+OpenID Connect Common Library,net/shibboleth/oidc/oidc-common-dist,,*,*.tar.gz,Unstable
+OpenID Connect OP Plugin,net/shibboleth/idp/plugin/oidc/idp-plugin-oidc-op-distribution,,*,*.tar.gz,Unstable
+OpenID Connect RP Plugin,net/shibboleth/idp/plugin/authn/idp-plugin-oidc-rp-dist,,*,*.tar.gz,Stable
+TOTP Plugin,net/shibboleth/idp/plugin/authn/idp-plugin-totp-dist,,*,*.tar.gz,Stable
+Metadata Generator Plugin,net/shibboleth/idp/plugin/metadatagen/idp-plugin-metadatagen-dist,,*,*.tar.gz,Stable
+Nashorn Scripting Plugin,net/shibboleth/idp/plugin/scripting/idp-plugin-nashorn-jdk-dist,,*,*.tar.gz,Stable
+Rhino Scripting Plugin,net/shibboleth/idp/plugin/scripting/idp-plugin-rhino-dist,,*,*.tar.gz,Stable
+JDBC StorageService Plugin,net/shibboleth/plugin/storage/jdbc/java-plugin-jdbc-storage-dist,,*,*.tar.gz,Stable
+Metadata Aggregator,/net/shibboleth/metadata/mda-distribution,,*,*.tar.gz,Stable
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list