You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2020/07/02 14:15:02 UTC

[logging-log4j2] branch master updated (0c3b913 -> 762d163)

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

vy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 0c3b913  Reflect recent PR merges to changes.xml.
     add 762d163  LOG4J2-2764 Implement CI pipeline via GitHub Actions. (#379)

No new revisions were added by this update.

Summary of changes:
 .../workflows/maven-toolchains.xml                 |  15 +-
 .github/workflows/maven.yml                        |  55 ++++++++
 .gitignore                                         |   1 +
 .mvn/wrapper/maven-wrapper.jar                     | Bin 49519 -> 50710 bytes
 .mvn/wrapper/maven-wrapper.properties              |   3 +-
 mvnw                                               | 156 +++++++++++++++------
 mvnw.cmd                                           |  54 +++++--
 7 files changed, 223 insertions(+), 61 deletions(-)
 copy toolchains-docker.xml => .github/workflows/maven-toolchains.xml (80%)
 create mode 100644 .github/workflows/maven.yml