(chore) adding commons.module.name to pom

This commit is contained in:
Rob Tompkins 2017-05-27 20:34:39 -04:00
parent 74afb17d34
commit e3c8d5fcce
1 changed files with 7 additions and 0 deletions

View File

@ -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>