[java-idp-jetty-base] branch 12-windows updated: IDP-2322 Release Jetty-Base MSI for Jetty 12.0.13

Rod Widdowson rdw at steadingsoftware.com
Sat Sep 7 16:09:09 UTC 2024


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=c51c59bb5b519f03a55dbdf99f4252375fb90db0

The following commit(s) were added to refs/heads/12-windows by this push:
     new c51c59b  IDP-2322 Release Jetty-Base MSI for Jetty 12.0.13
c51c59b is described below

commit c51c59bb5b519f03a55dbdf99f4252375fb90db0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Sep 7 17:07:04 2024 +0100

    IDP-2322 Release Jetty-Base MSI for Jetty 12.0.13
    
    https://shibboleth.atlassian.net/browse/IDP-2322
    
    Update
      Jetty version to 12.0.13
      MSI revision to 0,
      procrun version tp 1.4
      pom version to 12.0.13-SNAPSHOT
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b87c875..34667c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-jetty-base-windows</artifactId>
     <packaging>pom</packaging>
-    <version>12.0.12.1-SNAPSHOT</version>
+    <version>12.0.13.1-SNAPSHOT</version>
 
     <properties>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
@@ -27,11 +27,11 @@
         <!-- The things we will combine into the MSI -->
         <procrun.groupId>commons-daemon</procrun.groupId>
         <procrun.artifactId>commons-daemon</procrun.artifactId>
-        <procrun.version>1.3.4</procrun.version>
+        <procrun.version>1.4.0</procrun.version>
         <procrun.classifier>bin-windows</procrun.classifier>
-        <jetty.version>12.0.12</jetty.version>
+        <jetty.version>12.0.13</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