[java-idp-plugin-jetty] branch main updated: Fix maven coordinates groupId of net.shibboleth.idp.plugin.jetty-base (not jetty)
Rod Widdowson
rdw at steadingsoftware.com
Mon Aug 4 18:49:29 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-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=a4f82723aee05f77fac205c55d66b358e8caf337
The following commit(s) were added to refs/heads/main by this push:
new a4f8272 Fix maven coordinates groupId of net.shibboleth.idp.plugin.jetty-base (not jetty)
a4f8272 is described below
commit a4f82723aee05f77fac205c55d66b358e8caf337
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 4 19:49:24 2025 +0100
Fix maven coordinates
groupId of net.shibboleth.idp.plugin.jetty-base (not jetty)
---
jetty-cli/pom.xml | 2 +-
jetty-dist/pom.xml | 2 +-
jetty-impl/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/jetty-cli/pom.xml b/jetty-cli/pom.xml
index dd70e8f..3f58fed 100644
--- a/jetty-cli/pom.xml
+++ b/jetty-cli/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+ <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
<artifactId>jetty-plugin-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
diff --git a/jetty-dist/pom.xml b/jetty-dist/pom.xml
index 55fce06..54e8de2 100644
--- a/jetty-dist/pom.xml
+++ b/jetty-dist/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+ <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
<artifactId>jetty-plugin-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index 4483f00..8c855dc 100644
--- a/jetty-impl/pom.xml
+++ b/jetty-impl/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+ <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
<artifactId>jetty-plugin-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 77e4f29..c45d08d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
which deploys a appropriate jetty-base (as a module).
The module also has commands to dowbnload jetty and procrun (on windows)
</description>
- <groupId>net.shibboleth.idp.plugin.jetty</groupId>
+ <groupId>net.shibboleth.idp.plugin.jetty-base</groupId>
<artifactId>jetty-plugin-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.0-SNAPSHOT</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list