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/05/28 00:04:41 UTC

svn commit: r1796463 - /commons/proper/collections/trunk/pom.xml

Author: chtompki
Date: Sun May 28 00:04:41 2017
New Revision: 1796463

URL: http://svn.apache.org/viewvc?rev=1796463&view=rev
Log:
(chore) adding commons.module.name to pom

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1796463&r1=1796462&r2=1796463&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Sun May 28 00:04:41 2017
@@ -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>