[struts] branch master updated: Updates link to TravisCI

2020-11-14 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


The following commit(s) were added to refs/heads/master by this push:
 new f1dccc4  Updates link to TravisCI
f1dccc4 is described below

commit f1dccc4610b9455a0e18c8f5d24bd9df945fbb0d
Author: Lukasz Lenart 
AuthorDate: Sat Nov 14 09:29:52 2020 +0100

Updates link to TravisCI
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7b36816..fa7573c 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,10 @@ The Apache Struts web framework
 ---
 
 [![Build Status @ 
Jenkins](https://ci-builds.apache.org/buildStatus/icon?job=Struts%2FStruts+Core%2Fmaster)](https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/master/)
-[![Build Status @ 
Travis](https://travis-ci.org/apache/struts.svg?branch=master)](https://travis-ci.org/apache/struts)
+[![Build Status @ 
Travis](https://travis-ci.com/apache/struts.svg?branch=master)](https://travis-ci.com/apache/struts)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.struts/struts2-core.svg)](https://javadoc.io/doc/org.apache.struts/struts2-core)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/struts/badge.svg)](https://coveralls.io/github/apache/struts)
-[![Dependencies](https://app.updateimpact.com/badge/713283867011846144/Struts%202.svg?config=test)](https://app.updateimpact.com/latest/713283867011846144/Struts%202)
 
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 The Apache Struts web framework is a free open-source solution for creating 
Java web applications.



[struts] branch WW-5096-fix-static updated (9ed004f -> 9c45d6b)

2020-11-14 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch WW-5096-fix-static
in repository https://gitbox.apache.org/repos/asf/struts.git.


 discard 9ed004f  WW-5096 Fixes params overwriting
 add 9c45d6b  WW-5096 Fixes params overwriting

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9ed004f)
\
 N -- N -- N   refs/heads/WW-5096-fix-static (9c45d6b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../opensymphony/xwork2/interceptor/StaticParametersInterceptor.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)