(chore) pointing commons.osgi.symbolicName to package name in pom
This commit is contained in:
parent
673ff98e9d
commit
8b129cc4bd
2
pom.xml
2
pom.xml
|
@ -435,7 +435,7 @@
|
|||
<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. -->
|
||||
<commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
|
||||
<commons.osgi.symbolicName>org.apache.commons.math4</commons.osgi.symbolicName>
|
||||
<!-- do not use snapshot suffix here -->
|
||||
<commons.release.version>3.4.1</commons.release.version>
|
||||
<commons.release.desc>(requires Java 1.5+)</commons.release.desc>
|
||||
|
|
Loading…
Reference in New Issue