This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a change to branch MENFORCER-276
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git.
discard 65bc8c7 Add Unit tests for RequireUpperBoundDeps
add f388633 [MNGSITE-328] use sha1 checksum instead of md5
add 8b7c40a Set surefire to 2.21.0 to support java 10 Normalize LICENSE
file for Windows in IT to get same checksums
add eac2712 Upgrade mockito to support Java 10
add 84f2c66 Fix Javadoc errors
add 62e3682 [maven-release-plugin] prepare release enforcer-3.0.0-M2
add 7a98f2b [maven-release-plugin] prepare for next development iteration
add 9c4ab3e [MENFORCER-142] - Specify enforcer rule in command line
without modifying any pom o Merged initial PoC implementation o Added some
basic integration tests.
add ae18153 [MENFORCER-305] - Add documentation information for GitHub
add 8269426 Updated version.
new a765001 Add Unit tests for RequireUpperBoundDeps
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 (65bc8c7)
\
N -- N -- N refs/heads/MENFORCER-276 (a765001)
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:
.github/pull_request_template.md | 28 +++++++
CONTRIBUTING.md | 80 ++++++++++++++++++
README.TXT | 24 ------
README.md | 96 ++++++++++++++++++++++
.../utils/MockEnforcerExpressionEvaluator.java | 11 +--
.../invoker.properties | 2 +-
.../{display-info => cli-always-fail}/pom.xml | 17 ++--
.../invoker.properties | 2 +-
.../{always-pass => cli-always-pass}/pom.xml | 0
.../it/projects/require-file-checksum/setup.groovy | 8 +-
.../apache/maven/plugins/enforcer/EnforceMojo.java | 42 +++++++++-
pom.xml | 3 +-
src/site/xdoc/download.xml.vm | 2 +-
13 files changed, 262 insertions(+), 53 deletions(-)
create mode 100644 .github/pull_request_template.md
create mode 100644 CONTRIBUTING.md
delete mode 100644 README.TXT
create mode 100644 README.md
copy maven-enforcer-plugin/src/it/projects/{ban-transitive-dependencies-fail
=> cli-always-fail}/invoker.properties (88%)
copy maven-enforcer-plugin/src/it/projects/{display-info =>
cli-always-fail}/pom.xml (80%)
copy maven-enforcer-plugin/src/it/projects/{always-fail-warn =>
cli-always-pass}/invoker.properties (88%)
copy maven-enforcer-plugin/src/it/projects/{always-pass =>
cli-always-pass}/pom.xml (100%)
copy Jenkinsfile =>
maven-enforcer-plugin/src/it/projects/require-file-checksum/setup.groovy (90%)
--
To stop receiving notification emails like this one, please contact
[email protected].