You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by ma...@apache.org on 2018/06/19 16:04:37 UTC

[drat] branch master updated (a2c0da3 -> 7bb8c18)

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

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


    from a2c0da3  Fix test/process and logic errors in filterMappers and isRunning.
     add 5c54ade  Add default goal.
     add 91a899c  Externalize junit version number.
     add c8f1f62  Streamline usage of junit version
     add 84e9bb7  Fix version reference
     add a196efb  Issue #134: Add travis integration
     add 67b1720  Issue #134: Update problematic modules to JDK8
     new 7bb8c18  Merge pull request #133 from ottlinger/master

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:
 .travis.yml        | 13 +++++++++++++
 crawler/pom.xml    |  2 +-
 extensions/pom.xml |  2 +-
 filemgr/pom.xml    |  2 +-
 pcs/pom.xml        |  2 +-
 pom.xml            |  6 ++++--
 proteus/pom.xml    |  5 ++---
 resmgr/pom.xml     |  2 +-
 workflow/pom.xml   |  2 +-
 9 files changed, 25 insertions(+), 11 deletions(-)
 create mode 100644 .travis.yml


[drat] 01/01: Merge pull request #133 from ottlinger/master

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

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git

commit 7bb8c186e3f88c3043e87065d49135c92a4c7fc5
Merge: a2c0da3 67b1720
Author: Chris Mattmann <ch...@gmail.com>
AuthorDate: Tue Jun 19 09:04:35 2018 -0700

    Merge pull request #133 from ottlinger/master
    
    Streamline usage of junit among the project and add Travis CI build support

 .travis.yml        | 13 +++++++++++++
 crawler/pom.xml    |  2 +-
 extensions/pom.xml |  2 +-
 filemgr/pom.xml    |  2 +-
 pcs/pom.xml        |  2 +-
 pom.xml            |  6 ++++--
 proteus/pom.xml    |  5 ++---
 resmgr/pom.xml     |  2 +-
 workflow/pom.xml   |  2 +-
 9 files changed, 25 insertions(+), 11 deletions(-)