You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/06/03 14:22:37 UTC

commons-numbers git commit: (chore) adding commons.module.name to pom

Repository: commons-numbers
Updated Branches:
  refs/heads/master 40fd2b4eb -> c2bfc4fbf


(chore) adding commons.module.name to pom


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/c2bfc4fb
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/c2bfc4fb
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/c2bfc4fb

Branch: refs/heads/master
Commit: c2bfc4fbf8fe325eaf254c37128948b7644e5687
Parents: 40fd2b4
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Jun 3 10:22:29 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat Jun 3 10:22:29 2017 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/c2bfc4fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f18506..ba4dc6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,7 @@
          name of the base package evolves with major release numbers
          (see "commons.osgi.symbolicName", below). -->
     <commons.componentid>numbers</commons.componentid>
+    <commons.module.name>org.apache.commons.numbers</commons.module.name>
     <!-- This value must reflect the current name of the base package. -->
     <commons.osgi.symbolicName>org.apache.commons.numbers</commons.osgi.symbolicName>
     <!-- OSGi -->