This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit bef1f67d4aa1bcd15c46a0de45c458dd428b6f42
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed May 4 10:44:54 2022 +0200

    Upgrades Maven Jetty Plugin to work with JDK8+
---
 apps/rest-showcase/pom.xml | 4 ++--
 apps/showcase/pom.xml      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml
index 56533ec53..82dd137d9 100644
--- a/apps/rest-showcase/pom.xml
+++ b/apps/rest-showcase/pom.xml
@@ -108,9 +108,9 @@
         <finalName>struts2-rest-showcase</finalName>
         <plugins>
             <plugin>
-                <groupId>org.mortbay.jetty</groupId>
+                <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>8.1.16.v20140903</version>
+                <version>9.4.46.v20220331</version>
                 <configuration>
                     <stopKey>CTRL+C</stopKey>
                     <stopPort>8999</stopPort>
diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml
index 9ce5d0b6c..5c4c581c8 100644
--- a/apps/showcase/pom.xml
+++ b/apps/showcase/pom.xml
@@ -193,9 +193,9 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.mortbay.jetty</groupId>
+                <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>8.1.16.v20140903</version>
+                <version>9.4.46.v20220331</version>
                 <configuration>
                     <stopKey>CTRL+C</stopKey>
                     <stopPort>8999</stopPort>

Reply via email to