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/31 14:24:53 UTC

svn commit: r1797045 - /commons/proper/jcs/trunk/pom.xml

Author: chtompki
Date: Wed May 31 14:24:53 2017
New Revision: 1797045

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

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

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1797045&r1=1797044&r2=1797045&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed May 31 14:24:53 2017
@@ -519,6 +519,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
 
     <commons.componentid>jcs</commons.componentid>
+    <commons.module.name>org.apache.commons.jcs</commons.module.name>
     <commons.release.version>2.0</commons.release.version>
     <commons.release.name>commons-jcs-dist-2.0</commons.release.name>
     <commons.release.desc>(Java 6.0+)</commons.release.desc>