(chore) adding commons.module.name to pom

This commit is contained in:
Rob Tompkins 2017-05-27 10:39:31 -04:00
parent 4a37273818
commit 673ff98e9d
1 changed files with 7 additions and 4 deletions

11
pom.xml
View File

@ -127,6 +127,11 @@
<id>evanward</id> <id>evanward</id>
<email>evanward at apache dot org</email> <email>evanward at apache dot org</email>
</developer> </developer>
<developer>
<name>Rob Tompkins</name>
<id>chtompki</id>
<email>chtompki at apache dot org</email>
</developer>
</developers> </developers>
<contributors> <contributors>
<contributor> <contributor>
@ -327,9 +332,6 @@
<contributor> <contributor>
<name>Mauro Talevi</name> <name>Mauro Talevi</name>
</contributor> </contributor>
<contributor>
<name>Rob Tompkins</name>
</contributor>
<contributor> <contributor>
<name>Radoslav Tsvetkov</name> <name>Radoslav Tsvetkov</name>
</contributor> </contributor>
@ -430,7 +432,8 @@
(see "commons.osgi.symbolicName", below). --> (see "commons.osgi.symbolicName", below). -->
<!-- TODO: when releasing 4.0, the properties below need to be updated, and <!-- TODO: when releasing 4.0, the properties below need to be updated, and
the 3.x release artifacts need to be put int commons.release.3 --> the 3.x release artifacts need to be put int commons.release.3 -->
<commons.componentid>math</commons.componentid> <commons.componentid>math4</commons.componentid>
<commons.module.name>org.apache.commons.math4</commons.module.name>
<!-- This value must reflect the current name of the base package. --> <!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName> <commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
<!-- do not use snapshot suffix here --> <!-- do not use snapshot suffix here -->