[java-idp-jetty-base] branch 12 updated: Change plugin id to match Maven artifactId

Tom Zeller tzeller at dragonacea.biz
Sun Oct 20 17:32:16 UTC 2024


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

tzeller pushed a commit to branch 12
in repository java-idp-jetty-base.

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

The following commit(s) were added to refs/heads/12 by this push:
     new d157668  Change plugin id to match Maven artifactId
d157668 is described below

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