[java-idp-jetty-base] branch 12-windows updated: IDP-2379 Release Jetty-Base MSI for Jetty 12.0.20
Rod Widdowson
rdw at steadingsoftware.com
Fri May 9 13:45:27 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 12-windows
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=7a193b90c1718fd24d8a71e1d5b88c00d52ef797
The following commit(s) were added to refs/heads/12-windows by this push:
new 7a193b9 IDP-2379 Release Jetty-Base MSI for Jetty 12.0.20
7a193b9 is described below
commit 7a193b90c1718fd24d8a71e1d5b88c00d52ef797
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 9 14:44:30 2025 +0100
IDP-2379 Release Jetty-Base MSI for Jetty 12.0.20
https://shibboleth.atlassian.net/browse/IDP-2379
Latest Jetty, Procrun, Enforcer Data
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index d0794d3..402f52f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,11 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-jetty-base-windows</artifactId>
<packaging>pom</packaging>
- <version>12.0.18.0-SNAPSHOT</version>
+ <version>12.0.20.0-SNAPSHOT</version>
<properties>
- <!-- Pending a new parent project release pin enforcer data to 1.0.16 -->
- <maven-dist-enforcer-data.version>1.0.16</maven-dist-enforcer-data.version>
+ <!-- Pending a new parent project release pin enforcer data to latest -->
+ <maven-dist-enforcer-data.version>2.0.0</maven-dist-enforcer-data.version>
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
<!-- Dependencies for the shipped jetty-home -->
@@ -30,11 +30,11 @@
<!-- The things we will combine into the MSI -->
<procrun.groupId>commons-daemon</procrun.groupId>
<procrun.artifactId>commons-daemon</procrun.artifactId>
- <procrun.version>1.4.0</procrun.version>
+ <procrun.version>1.4.1</procrun.version>
<procrun.classifier>bin-windows</procrun.classifier>
- <jetty.version>12.0.18</jetty.version>
+ <jetty.version>12.0.20</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