(chore) pointing commons.osgi.symbolicName to package name in pom

This commit is contained in:
Rob Tompkins 2017-05-27 19:54:02 -04:00
parent 673ff98e9d
commit 8b129cc4bd
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@
<commons.componentid>math4</commons.componentid> <commons.componentid>math4</commons.componentid>
<commons.module.name>org.apache.commons.math4</commons.module.name> <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.math4</commons.osgi.symbolicName>
<!-- do not use snapshot suffix here --> <!-- do not use snapshot suffix here -->
<commons.release.version>3.4.1</commons.release.version> <commons.release.version>3.4.1</commons.release.version>
<commons.release.desc>(requires Java 1.5+)</commons.release.desc> <commons.release.desc>(requires Java 1.5+)</commons.release.desc>