This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch maven37
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.
discard bfe0f56 Added default versions of plugins to remove warning from
MNG-6562
add 7ecfe75 Improve code snippets formatting, links update to reports
add c8c0c3c Remove javadoc generation warnings
add d7231eb added GitHub description
add 9a4b2d3 README improvement
add 47c4610 set Maven 3.1.1 as minimum version
add 1e63614 Merge pull request #6 from apache/v
add 7d195b0 deps: update hamcrest
add b3582e8 Merge pull request #7 from apache/elharo-patch-1
add d0dfc73 Prepare for 3.1.0
add c6e5f34 [MANTRUN-224] Require Java 8
add 171bb21 [MANTRUN-224] Upgrade tests to JUnit5
add 7d24b49 [MANTRUN-225] Upgrade Apache Ant to 1.10.7
new e619d7c Added default versions of plugins to remove warning from
MNG-6562
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 (bfe0f56)
\
N -- N -- N refs/heads/maven37 (e619d7c)
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:
.asf.yaml | 26 +++++++
CONTRIBUTING.md | 91 ----------------------
Jenkinsfile | 2 +-
README.md | 6 +-
pom.xml | 20 ++---
src/it/MANTRUN-208/pom.xml | 6 +-
src/it/antrun-default-test/pom.xml | 6 +-
src/it/classpath-ref-test/pom.xml | 6 +-
src/it/classpath-test-scope-test/pom.xml | 6 +-
src/it/custom-task-test/pom.xml | 2 +-
src/it/env-var-test/pom.xml | 6 +-
src/it/filesets-test/pom.xml | 10 +--
src/it/filesets-test/verify.bsh | 8 +-
src/it/local-repo-prop-test/pom.xml | 6 +-
src/it/properties-test/build.xml | 4 +-
src/it/properties-test/pom.xml | 6 +-
src/site/apt/examples/classpaths.apt.vm | 25 +++---
src/site/apt/examples/customTasks.apt.vm | 18 ++---
src/site/apt/examples/tasksAttributes.apt.vm | 6 +-
src/site/apt/index.apt.vm | 4 +-
src/site/apt/tasks/attachArtifact.apt.vm | 10 +--
src/site/apt/tasks/dependencyFilesets.apt.vm | 14 ++--
src/site/apt/tasks/tasks.apt.vm | 2 +-
src/site/apt/tasks/versionMapper.apt.vm | 10 +--
src/site/apt/usage.apt.vm | 16 ++--
src/site/site.xml | 4 +-
src/site/xdoc/download.xml.vm | 9 +--
.../AntrunXmlPlexusConfigurationWriterTest.java | 59 ++++++--------
28 files changed, 149 insertions(+), 239 deletions(-)
create mode 100644 .asf.yaml
delete mode 100644 CONTRIBUTING.md