[struts] 01/02: Upgrades Maven Jetty Plugin to work with JDK8+

2022-05-04 Thread lukaszlenart
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 
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 @@
 struts2-rest-showcase
 
 
-org.mortbay.jetty
+org.eclipse.jetty
 jetty-maven-plugin
-8.1.16.v20140903
+9.4.46.v20220331
 
 CTRL+C
 8999
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 @@
 
 
 
-org.mortbay.jetty
+org.eclipse.jetty
 jetty-maven-plugin
-8.1.16.v20140903
+9.4.46.v20220331
 
 CTRL+C
 8999



[struts] branch master updated (e2718aa48 -> d07a496d5)

2022-05-04 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


from e2718aa48 Enables branch autodeleting after PR has been merged
 new bef1f67d4 Upgrades Maven Jetty Plugin to work with JDK8+
 new d07a496d5 Uses common Maven Compiler plugin to set proper source and 
target version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 apps/rest-showcase/pom.xml |  4 ++--
 apps/showcase/pom.xml  |  4 ++--
 pom.xml| 11 ++-
 3 files changed, 6 insertions(+), 13 deletions(-)



[struts] 02/02: Uses common Maven Compiler plugin to set proper source and target version

2022-05-04 Thread lukaszlenart
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 d07a496d5c37808318eb64deea0cc1aec964f581
Author: Lukasz Lenart 
AuthorDate: Wed May 4 10:45:02 2022 +0200

Uses common Maven Compiler plugin to set proper source and target version
---
 pom.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff125dbbe..50914ed36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,8 @@
 
 UTF-8
 
2022-02-24T06:11:22Z
-1.8
+1.8
+1.8
 
 
 9.2
@@ -409,14 +410,6 @@
 
 
 
-
-org.apache.maven.plugins
-maven-compiler-plugin
-
-${java.version}
-${java.version}
-
-
 
 org.apache.maven.plugins
 maven-release-plugin



[struts] branch dependabot/maven/junit-junit-4.13.1 created (now 2d9cdb73a)

2022-05-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/junit-junit-4.13.1
in repository https://gitbox.apache.org/repos/asf/struts.git


  at 2d9cdb73a Bump junit from 4.13 to 4.13.1

No new revisions were added by this update.



[struts] branch dependabot/maven/org.springframework-spring-beans-5.2.21.RELEASE created (now ea7d67aaf)

2022-05-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.springframework-spring-beans-5.2.21.RELEASE
in repository https://gitbox.apache.org/repos/asf/struts.git


  at ea7d67aaf Bump spring-beans from 4.3.30.RELEASE to 5.2.21.RELEASE

No new revisions were added by this update.



[struts] branch master updated (d07a496d5 -> f40f9f15e)

2022-05-04 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


from d07a496d5 Uses common Maven Compiler plugin to set proper source and 
target version
 add 2d9cdb73a Bump junit from 4.13 to 4.13.1
 add f40f9f15e Merge pull request #547 from 
apache/dependabot/maven/junit-junit-4.13.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)