You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2022/02/25 13:52:38 UTC

[commons-exec] branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0 updated (cf279d4 -> 3fc622d)

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

github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0
in repository https://gitbox.apache.org/repos/asf/commons-exec.git.


 discard cf279d4  Bump maven-pmd-plugin from 2.7.1 to 3.16.0
     add e1674e7  Drop Travis CI build.
     add c911942  Add CODE_OF_CONDUCT.md
     add d533d46  Build on Windows and macOS too.
     add 3ae449b  Assume testExec65WithSudoUsingShellScript will fail on GitHub.
     add 6c3f2b5  Update JApiCmp to allow builds to run on Java 17.
     add 3fc622d  Bump maven-pmd-plugin from 2.7.1 to 3.16.0

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   (cf279d4)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0 (3fc622d)

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:
 .github/workflows/maven.yml                        |  1 +
 .travis.yml                                        | 28 ----------------------
 SECURITY.md => CODE_OF_CONDUCT.md                  |  2 +-
 pom.xml                                            |  1 +
 .../org/apache/commons/exec/issues/Exec65Test.java |  2 ++
 5 files changed, 5 insertions(+), 29 deletions(-)
 delete mode 100644 .travis.yml
 copy SECURITY.md => CODE_OF_CONDUCT.md (83%)