(chore) adding commons.module.name to pom
This commit is contained in:
parent
74afb17d34
commit
e3c8d5fcce
7
pom.xml
7
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>
|
||||
|
|
Loading…
Reference in New Issue