[java-idp-plugin-jetty] 150/186: Change plugin id to match Maven artifactId

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:58:21 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

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

commit d1576685a8e809c36b610ebfa92f75795343fa05
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Oct 20 12:32:01 2024 -0500

    Change plugin id to match Maven artifactId
    
    Change 'jettybase' to 'jetty-base' in plugin id
---
 .../resources/net/shibboleth/idp/plugin/jettybase/module.properties     | 2 +-
 .../resources/net/shibboleth/idp/plugin/jettybase/plugin.properties     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module.properties b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module.properties
index a507bae..bde6a22 100644
--- a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module.properties
+++ b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module.properties
@@ -4,7 +4,7 @@
 net.shibboleth.idp.plugin.jettybase.JettyBaseModule = jetty.base.module
 
 # Module Owner
-jetty.base.plugin = net.shibboleth.idp.plugin.jettybase
+jetty.base.plugin = net.shibboleth.idp.plugin.jetty-base
 
 jetty.base.module.name = Jetty Base Module
 jetty.base.module.desc = Configures jetty  
diff --git a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties
index 5044c22..1aea369 100644
--- a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties
+++ b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/plugin.properties
@@ -1,6 +1,6 @@
 # Properties defining this plugin
 
-plugin.id = net.shibboleth.idp.plugin.jettybase
+plugin.id = net.shibboleth.idp.plugin.jetty-base
 # Only used when package manifest is not available
 plugin.version = 12.0.14
 plugin.license =

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


More information about the commits mailing list