You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/01/25 20:55:13 UTC

[myfaces] branch 3.0.x updated (d29e6d9 -> 29e2a1c)

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

volosied pushed a change to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git.


    omit d29e6d9  exclude certain jdks in travis yml
     new 29e2a1c  Correct Build Status URL

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   (d29e6d9)
            \
             N -- N -- N   refs/heads/3.0.x (29e2a1c)

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.

The 1 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:


[myfaces] 01/01: Correct Build Status URL

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

volosied pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 29e2a1ce5095a9307af8e6f61ebcd0438d32e45b
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Mon Jan 25 12:15:39 2021 -0500

    Correct Build Status URL
---
 .travis.yml | 1 +
 README.md   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a0521aa..e45f5ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,5 +32,6 @@ matrix:
   allow_failures:
     - jdk: openjdk-ea
 
+
 script:
   - mvn clean test
diff --git a/README.md b/README.md
index f8007e1..be3e0f9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Apache MyFaces Core
-[![Build Status](https://travis-ci.org/apache/myfaces.svg?branch=3.0.x)](https://travis-ci.org/apache/myfaces)
+[![Build Status](https://travis-ci.com/apache/myfaces.svg?branch=3.0.x)](https://travis-ci.org/apache/myfaces)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 
 Apache's implementation of the JavaServer Faces (JSF) and Jakarta Faces specification