You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/03/28 19:59:19 UTC

[creadur-rat] branch dependabot/maven/org.apache.maven.reporting-maven-reporting-api-3.1.0 updated (c7ddcd1 -> aaecef5)

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

pottlinger pushed a change to branch dependabot/maven/org.apache.maven.reporting-maven-reporting-api-3.1.0
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git.


    from c7ddcd1  Bump maven-reporting-api from 3.0 to 3.1.0
     add 8e3a705  RAT-296: Add GA integration to see if it works with matrix builds
     add ae72d01  RAT-296: Do not ignore dependabot branches
     add 2820d90  RAT-296: Disable JDK10 due to certificate error during build
     add 8b217aa  RAT-296: Simplify Travis build
     add db31588  RAT-296: Add changelog for Travis and GA changes
     add 755f8e2  RAT-296: Add badge for github action
     add 552b5a4  RAT-296: Link badge to GA UI
     add 6c297c4  RAT-296: Upgrade to Ubuntu focal fossa 20.04
     add 8c0bd2b  RAT-296: Downgrade used distro on Travis to allow JDK8
     add 4da3621  Bump animal-sniffer-maven-plugin from 1.20 to 1.21
     add 01e7349  upgrade animal-sniffer-maven-plugin to 1.21
     add e8f6845  Merge pull request #44 from xenoamess-fork/upgrade_animal_sniffer
     add 46fb76c  RAT-290: Update animal-sniffer-maven-plugin from 1.20 to 1.21. Thanks to Jin Xu/Xeno Amess.
     add 59559ad  Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.1
     add 40ad3fb  Merge pull request #45 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.2.1
     add fefb098  Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
     add 9861482  Merge pull request #46 from apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.3.2
     add 10baa73  Bump maven-pmd-plugin from 3.14.0 to 3.16.0
     add 244923c  RAT-290: Extract pmd plugin version as property and update to 3.16.0
     add 475abbd  Merge pull request #47 from apache/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0
     add 6ef15f7  RAT-290: Update to latest ASF parent 25
     add fda5df8  Bump actions/setup-java from 2.5.0 to 3.0.0
     add afc0bcf  Merge pull request #49 from apache/dependabot/github_actions/actions/setup-java-3.0.0
     add 7823af7  Bump maven-site-plugin from 3.10.0 to 3.11.0
     add 549d598  Merge pull request #48 from apache/dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.11.0
     add 876e6c7  Bump actions/checkout from 2 to 3
     add cdf08fe  Merge pull request #51 from apache/dependabot/github_actions/actions/checkout-3
     add e80f49f  Bump maven-project-info-reports-plugin from 3.2.1 to 3.2.2
     add df36bb3  Merge pull request #50 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.2.2
     add 7c76e51  Bump maven-compiler-plugin from 3.9.0 to 3.10.0
     add 43a100a  Merge pull request #52 from apache/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.0
     add fb52b99  Bump mockito-core from 4.3.1 to 4.4.0
     add f54f3a0  Merge pull request #53 from apache/dependabot/maven/org.mockito-mockito-core-4.4.0
     add a22524c  Bump maven-compiler-plugin from 3.10.0 to 3.10.1
     add 5523ef0  Merge pull request #54 from apache/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.1
     add c13f65e  Bump maven-jxr-plugin from 3.1.1 to 3.2.0
     add caf1dfb  Merge pull request #55 from apache/dependabot/maven/org.apache.maven.plugins-maven-jxr-plugin-3.2.0
     add 6fcb174  RAT-273: Remove unused variable
     add cc5b816  RAT-273: Simplify test setup
     add 037bf35  RAT-273: Simplify test setup
     new aaecef5  RAT-297: Merge remote-tracking branch 'origin/master' into dependabot/maven/org.apache.maven.reporting-maven-reporting-api-3.1.0

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:
 .github/workflows/maven.yml                        | 52 ++++++++++++++++++++++
 .travis.yml                                        | 40 +++++------------
 README.md                                          |  2 +
 .../java/org/apache/rat/header/HeaderMatcher.java  |  1 -
 .../org/apache/rat/header/HeaderMatcherTest.java   |  2 -
 .../rat/header/HeaderMatcherWithBeansTest.java     |  2 -
 pom.xml                                            | 36 ++++++++++-----
 src/changes/changes.xml                            |  6 +++
 8 files changed, 96 insertions(+), 45 deletions(-)
 create mode 100644 .github/workflows/maven.yml

[creadur-rat] 01/01: RAT-297: Merge remote-tracking branch 'origin/master' into dependabot/maven/org.apache.maven.reporting-maven-reporting-api-3.1.0

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

pottlinger pushed a commit to branch dependabot/maven/org.apache.maven.reporting-maven-reporting-api-3.1.0
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit aaecef57762968e6b428f9680ef495c704867f6e
Merge: c7ddcd1 037bf35
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Mar 28 21:59:04 2022 +0200

    RAT-297: Merge remote-tracking branch 'origin/master' into dependabot/maven/org.apache.maven.reporting-maven-reporting-api-3.1.0

 .github/workflows/maven.yml                        | 52 ++++++++++++++++++++++
 .travis.yml                                        | 40 +++++------------
 README.md                                          |  2 +
 .../java/org/apache/rat/header/HeaderMatcher.java  |  1 -
 .../org/apache/rat/header/HeaderMatcherTest.java   |  2 -
 .../rat/header/HeaderMatcherWithBeansTest.java     |  2 -
 pom.xml                                            | 36 ++++++++++-----
 src/changes/changes.xml                            |  6 +++
 8 files changed, 96 insertions(+), 45 deletions(-)