This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MNG-6065 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 8b1df8407f5feace8e8164ed97672e2c0563dfe5 Author: Martin Kanters <[email protected]> AuthorDate: Thu Oct 3 19:54:58 2019 +0200 Log fail-level option. Submitted by: Luc Klaassen and Martin Kanters. Added Wouter Aarts to the list of contributors, who initially picked up this issue together with Luc. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 64c98c5..62f8bfd7 100644 --- a/pom.xml +++ b/pom.xml @@ -163,6 +163,9 @@ under the License. <contributor> <name>Luc Klaassen (MNG-6065)</name> </contributor> + <contributor> + <name>Wouter Aarts (MNG-6065)</name> + </contributor> </contributors> <!--bootstrap-start-comment-->
