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/07/11 17:22:38 UTC

[48/50] [abbrv] commons-collections git commit: (chore) adding commons.module.name to pom

(chore) adding commons.module.name to pom

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1796463 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: a2609356e0873d316c190ecc14f795118cbbf200
Parents: 441df91
Author: Rob Tompkins <ch...@apache.org>
Authored: Sun May 28 00:04:41 2017 +0000
Committer: Rob Tompkins <ch...@apache.org>
Committed: Sun May 28 00:04:41 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/a2609356/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a1e865..fa5583a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,10 @@
       <name>Henri Yandell</name>
       <id>bayard</id>
     </developer>
+    <developer>
+      <name>Rob Tompkins</name>
+      <id>chtompki</id>
+    </developer>
   </developers>
 
   <contributors>
@@ -473,6 +477,7 @@
        properties that depend on the componentid.
     -->
     <commons.componentid>collections4</commons.componentid>
+    <commons.module.name>org.apache.commons.collections4</commons.module.name>
 
     <!-- Current 4.x release series -->
     <commons.release.version>4.1</commons.release.version>