[java-idp-plugin-jetty] 164/186: Rev the jetty plugin to 12.0.18

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:58:35 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=9cca9819ff929486b235701e8cef2135979f4db4

commit 9cca9819ff929486b235701e8cef2135979f4db4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 18 10:47:09 2025 +0000

    Rev the jetty plugin to 12.0.18
---
 jetty-dist/pom.xml                                                    | 2 +-
 jetty-impl/pom.xml                                                    | 2 +-
 .../main/resources/net/shibboleth/idp/plugin/jetty/plugin.properties  | 2 +-
 jetty-packages/pom.xml                                                | 2 +-
 pom.xml                                                               | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/jetty-dist/pom.xml b/jetty-dist/pom.xml
index b74d9d7..bab5975 100644
--- a/jetty-dist/pom.xml
+++ b/jetty-dist/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty</groupId>
         <artifactId>jetty-plugin-parent</artifactId>
-        <version>5.12015.0-SNAPSHOT</version>
+        <version>5.12018.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Plugin and Module Distribution</name>
diff --git a/jetty-impl/pom.xml b/jetty-impl/pom.xml
index 3ba697e..543d952 100644
--- a/jetty-impl/pom.xml
+++ b/jetty-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty</groupId>
         <artifactId>jetty-plugin-parent</artifactId>
-        <version>5.12015.0-SNAPSHOT</version>
+        <version>5.12018.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Plugin and Module implementation </name>
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/plugin/jetty/plugin.properties b/jetty-impl/src/main/resources/net/shibboleth/idp/plugin/jetty/plugin.properties
index 4b20ff7..18d7934 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/plugin/jetty/plugin.properties
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/plugin/jetty/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.idp.plugin.jetty
 # Only used when package manifest is not available
-plugin.version = 5.12015.0
+plugin.version = 5.12018.0
 plugin.license =
 
 plugin.package.1.source=packages/jetty-home.tar.gz
diff --git a/jetty-packages/pom.xml b/jetty-packages/pom.xml
index dd19a7a..f39d2c2 100644
--- a/jetty-packages/pom.xml
+++ b/jetty-packages/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.jetty</groupId>
         <artifactId>jetty-plugin-parent</artifactId>
-        <version>5.12015.0-SNAPSHOT</version>
+        <version>5.12018.0-SNAPSHOT</version>
     </parent>
 
     <name>Jettty: Collect the packages </name>
diff --git a/pom.xml b/pom.xml
index e95cb0c..7d41a28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <groupId>net.shibboleth.idp.plugin.jetty</groupId>
     <artifactId>jetty-plugin-parent</artifactId>
     <packaging>pom</packaging>
-    <version>5.12015.0-SNAPSHOT</version>
+    <version>5.12018.0-SNAPSHOT</version>
 
     <properties>
 	<!-- Reset when the enforcer release next happens -->
@@ -39,7 +39,7 @@
         <procrun.version>1.3.4</procrun.version>
         <procrun.classifier>bin-windows</procrun.classifier>
 
-        <jetty.version>12.0.15</jetty.version>
+        <jetty.version>12.0.18</jetty.version>
 
     </properties>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list