[struts-examples] branch dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.0 created (now e381357)

2022-03-06 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.apache.maven.plugins-maven-compiler-plugin-3.10.0
in repository https://gitbox.apache.org/repos/asf/struts-examples.git.


  at e381357  Bump maven-compiler-plugin from 3.8.1 to 3.10.0

No new revisions were added by this update.


[struts-examples] branch master updated (10cacf5 -> 2b46447)

2022-03-06 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-examples.git.


from 10cacf5  Upgrades Log4j to version 2.17.1
 add e381357  Bump maven-compiler-plugin from 3.8.1 to 3.10.0
 add 2b46447  Merge pull request #126 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.0

No new revisions were added by this update.

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


[struts-examples] branch master updated: Uses RC3 instead of RC1

2022-03-06 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-examples.git


The following commit(s) were added to refs/heads/master by this push:
 new 82d6271  Uses RC3 instead of RC1
82d6271 is described below

commit 82d6271660cf3b46e4f94eccaf397bb40e900e04
Author: Lukasz Lenart 
AuthorDate: Mon Mar 7 07:39:27 2022 +0100

Uses RC3 instead of RC1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 461a88f..4757900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
 
 
 UTF-8
-6.0.0-RC1
+6.0.0-RC3
 2.17.1
 9.4.35.v20201120
 true


[struts-examples] branch master updated: Upgrades Travis instance

2022-03-06 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-examples.git


The following commit(s) were added to refs/heads/master by this push:
 new 30409d1  Upgrades Travis instance
30409d1 is described below

commit 30409d1c135313dafca0b40f78c0cba3c1867a23
Author: Lukasz Lenart 
AuthorDate: Mon Mar 7 07:54:59 2022 +0100

Upgrades Travis instance
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e60ea9b..11811ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-dist: xenial
+dist: trusty
 language: java
 sudo: false