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:11:48 UTC

svn commit: r1797504 - /commons/proper/jxpath/trunk/pom.xml

Author: chtompki
Date: Sat Jun  3 14:11:47 2017
New Revision: 1797504

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

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

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1797504&r1=1797503&r2=1797504&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Sat Jun  3 14:11:47 2017
@@ -75,6 +75,7 @@ under the License.
     <maven.compiler.target>1.7</maven.compiler.target>
 
     <commons.componentid>jxpath</commons.componentid>
+    <commons.module.name>org.apache.commons.jxpath</commons.module.name>
     <!-- should agree with project.version for releases: -->
     <commons.release.version>1.4</commons.release.version>
     <commons.jira.id>JXPATH</commons.jira.id>