You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/06/06 19:17:47 UTC

[maven-toolchains-plugin] branch master updated: Add Jim Gough as contributor (helped bringing # of issues back to zero)

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 18d39f3  Add Jim Gough as contributor (helped bringing # of issues back to zero)
18d39f3 is described below

commit 18d39f3a60f7dbaebf02a9e8be6285d09c2c1e49
Author: rfscholte <rf...@apache.org>
AuthorDate: Thu Jun 6 21:17:35 2019 +0200

    Add Jim Gough as contributor (helped bringing # of issues back to zero)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 56bfd60..8198f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,12 @@ under the License.
     </site>
   </distributionManagement>
 
+  <contributors>
+    <contributor>
+      <name>Jim Gough</name>
+    </contributor>
+  </contributors>
+
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>