You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/05/28 00:34:47 UTC

commons-csv git commit: (chore) adding commons.module.name to pom

Repository: commons-csv
Updated Branches:
  refs/heads/master 74afb17d3 -> e3c8d5fcc


(chore) adding commons.module.name to pom


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/e3c8d5fc
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/e3c8d5fc
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/e3c8d5fc

Branch: refs/heads/master
Commit: e3c8d5fccef33f629dae98fb291161757a724f8a
Parents: 74afb17
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat May 27 20:34:39 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat May 27 20:34:39 2017 -0400

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/e3c8d5fc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 03ff09c..6dfc151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,12 @@ CSV files of various types.
       <email>britter@apache.org</email>
       <organization>The Apache Software Foundation</organization>
     </developer>
+    <developer>
+      <name>Rob Tompkins</name>
+      <id>chtompki</id>
+      <email>chtompki@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -128,6 +134,7 @@ CSV files of various types.
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
     <commons.componentid>csv</commons.componentid>
+    <commons.module.name>org.apache.commons.csv</commons.module.name>
     <commons.jira.id>CSV</commons.jira.id>
     <commons.jira.pid>12313222</commons.jira.pid>
     <maven.compiler.source>1.7</maven.compiler.source>