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/01 12:29:34 UTC

svn commit: r1797214 - /commons/proper/jexl/trunk/pom.xml

Author: chtompki
Date: Thu Jun  1 12:29:34 2017
New Revision: 1797214

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

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

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1797214&r1=1797213&r2=1797214&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Thu Jun  1 12:29:34 2017
@@ -115,7 +115,8 @@
     <properties>
         <maven.compiler.source>1.6</maven.compiler.source>
         <maven.compiler.target>1.6</maven.compiler.target>
-        <commons.componentid>jexl</commons.componentid>
+        <commons.componentid>jexl3</commons.componentid>
+        <commons.module.name>org.apache.commons.jexl3</commons.module.name>
         <commons.release.version>3.1</commons.release.version>
         <commons.site.path>jexl</commons.site.path>
         <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl</commons.scmPubUrl>