[java-idp-plugin-jetty] branch main updated: JJETTY-43 Add ${JETTY_BASE}/environments dir
Codeberg
noreply at shibboleth.net
Thu Apr 23 18:16:18 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/cc8501db73f14da1757407c8645ac807f7d63d87
The following commit(s) were added to refs/heads/main by this push:
new cc8501d JJETTY-43 Add ${JETTY_BASE}/environments dir
cc8501d is described below
commit cc8501db73f14da1757407c8645ac807f7d63d87
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Apr 23 19:15:03 2026 +0100
JJETTY-43 Add ${JETTY_BASE}/environments dir
https://shibboleth.atlassian.net/browse/JJETTY-43
Make it harder to ship jetty-base-plugin with an out of date jetty-base.
---
jetty-impl/pom.xml | 2 +-
pom.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index 29ee6be..e80aff6 100644
--- a/jetty-impl/pom.xml
+++ b/jetty-impl/pom.xml
@@ -76,7 +76,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-jetty-base</artifactId>
<type>jar</type>
- <version>12.1.0</version>
+ <version>${jetty-base.version}</version>
<outputDirectory>${project.build.outputDirectory}/</outputDirectory>
<overWrite>true</overWrite>
<!-- We only want the net/shibboleth/idp/.... bit and NOT META-INF -->
diff --git a/pom.xml b/pom.xml
index c83cc30..4b7086e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.1.0</idp.version>
+ <jetty-base.version>12.1.1-SNAPSHOT</jetty-base.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list