[java-idp-plugin-scripting] branch main updated: Make plugin Id correct
Rod Widdowson
rdw at steadingsoftware.com
Sat Jul 19 14:57:47 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=d6e6fdd163ab6f2d426af5d0a8b3421faf73490d
The following commit(s) were added to refs/heads/main by this push:
new d6e6fdd Make plugin Id correct
d6e6fdd is described below
commit d6e6fdd163ab6f2d426af5d0a8b3421faf73490d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jul 19 15:57:19 2025 +0100
Make plugin Id correct
We never did a release with this change
---
.../net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties b/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties
index edc29a6..1cf1f08 100644
--- a/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties
+++ b/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties
@@ -1,6 +1,6 @@
# Properties defining this plugin
-plugin.id = net.shibboleth.idp.plugin.jetty-base
+plugin.id = net.shibboleth.idp.plugin.nashorn
# Only used when package manifest is not available
plugin.version = 2.1.0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list