Skip to content

Commit e3c8d5f

Browse files
committed
(chore) adding commons.module.name to pom
1 parent 74afb17 commit e3c8d5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ CSV files of various types.
9696
<email>britter@apache.org</email>
9797
<organization>The Apache Software Foundation</organization>
9898
</developer>
99+
<developer>
100+
<name>Rob Tompkins</name>
101+
<id>chtompki</id>
102+
<email>chtompki@apache.org</email>
103+
<organization>The Apache Software Foundation</organization>
104+
</developer>
99105
</developers>
100106
<contributors>
101107
<contributor>
@@ -128,6 +134,7 @@ CSV files of various types.
128134
<!-- The RC version used in the staging repository URL. -->
129135
<commons.rc.version>RC1</commons.rc.version>
130136
<commons.componentid>csv</commons.componentid>
137+
<commons.module.name>org.apache.commons.csv</commons.module.name>
131138
<commons.jira.id>CSV</commons.jira.id>
132139
<commons.jira.pid>12313222</commons.jira.pid>
133140
<maven.compiler.source>1.7</maven.compiler.source>

0 commit comments

Comments
 (0)