You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/09/20 16:38:11 UTC

svn commit: r1704148 - /maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Author: hboutemy
Date: Sun Sep 20 14:38:08 2015
New Revision: 1704148

URL: http://svn.apache.org/viewvc?rev=1704148&view=rev
Log:
[MSCMPUB-19] added contributor

Modified:
    maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Modified: maven/plugins/trunk/maven-scm-publish-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/pom.xml?rev=1704148&r1=1704147&r2=1704148&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Sun Sep 20 14:38:08 2015
@@ -36,6 +36,12 @@ under the License.
   <name>Apache Maven SCM Publish Plugin</name>
   <url>http://maven.apache.org/plugins/maven-scm-publish-plugin</url>
 
+  <contributors>
+    <contributor>
+      <name>Roman Korpachyov</name>
+    </contributor>
+  </contributors>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-scm-publish-plugin/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-scm-publish-plugin/</developerConnection>