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
The following commit(s) were added to refs/heads/master by this push: new 4a7cae029 Uses proper package to match Jetty Eclipse 4a7cae029 is described below commit 4a7cae029ab079f7eb0a656c2d76568bc6f5639d Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun May 8 12:31:40 2022 +0200 Uses proper package to match Jetty Eclipse --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 6f747d661..e767d3676 100644 --- a/pom.xml +++ b/pom.xml @@ -236,7 +236,7 @@ </configuration> </plugin> <plugin> - <groupId>org.mortbay.jetty</groupId> + <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <configuration> <jvmArgs>${argLine}</jvmArgs> @@ -248,7 +248,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.5</version> + <version>0.8.8</version> <executions> <execution> <id>prepare-agent</id> @@ -265,9 +265,9 @@ </executions> </plugin> <plugin> - <groupId>org.eluder.coveralls</groupId> + <groupId>io.jsonwebtoken.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> - <version>4.3.0</version> + <version>4.4.1</version> </plugin> </plugins> </build>