[java-idp-jetty-base] branch 12-windows updated: IDP-2442 Build MSI installer for Jetty 12.1.7
Codeberg
noreply at shibboleth.net
Mon Mar 9 17:16:38 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch 12-windows
in repository java-idp-jetty-base.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-jetty-base/commit/efd025bbb0647b6c04aa2872675f4b6c885cd8be
The following commit(s) were added to refs/heads/12-windows by this push:
new efd025b IDP-2442 Build MSI installer for Jetty 12.1.7
efd025b is described below
commit efd025bbb0647b6c04aa2872675f4b6c885cd8be
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 9 17:16:03 2026 +0000
IDP-2442 Build MSI installer for Jetty 12.1.7
https://shibboleth.atlassian.net/browse/IDP-2442
Preliminary work (versions &c &c)
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 18ceb1d..0185ea4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.2.0</version>
+ <version>17.2.1</version>
</parent>
<name>Jetty base and Windows Installer</name>
@@ -18,7 +18,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-jetty-base-windows</artifactId>
<packaging>pom</packaging>
- <version>12.1.6.1-SNAPSHOT</version>
+ <version>12.1.7.0-SNAPSHOT</version>
<properties>
<!-- Pending a new parent project release pin enforcer data to latest
@@ -26,15 +26,15 @@
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
<!-- Dependencies for the shipped jetty-home -->
- <logback.version>1.5.25</logback.version>
+ <logback.version>1.5.32</logback.version>
<!-- The things we will combine into the MSI -->
<procrun.groupId>commons-daemon</procrun.groupId>
<procrun.artifactId>commons-daemon</procrun.artifactId>
<procrun.version>1.4.1</procrun.version>
<procrun.classifier>bin-windows</procrun.classifier>
- <jetty.version>12.1.6</jetty.version>
+ <jetty.version>12.1.7</jetty.version>
<!-- Control for building the MSI -->
- <jetty.revision>1</jetty.revision>
+ <jetty.revision>0</jetty.revision>
<supress.validation>false</supress.validation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list