Repository: commons-math Updated Branches: refs/heads/master 673ff98e9 -> 8b129cc4b
(chore) pointing commons.osgi.symbolicName to package name in pom Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8b129cc4 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b129cc4 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/8b129cc4 Branch: refs/heads/master Commit: 8b129cc4bde16f840e4f5df1518c4000932be8fc Parents: 673ff98 Author: Rob Tompkins <[email protected]> Authored: Sat May 27 19:54:02 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sat May 27 19:54:02 2017 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b129cc4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 74412a2..43346cf 100644 --- a/pom.xml +++ b/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>
