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:13:50 UTC

svn commit: r1797505 - /commons/proper/launcher/trunk/pom.xml

Author: chtompki
Date: Sat Jun  3 14:13:50 2017
New Revision: 1797505

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

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

Modified: commons/proper/launcher/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/launcher/trunk/pom.xml?rev=1797505&r1=1797504&r2=1797505&view=diff
==============================================================================
--- commons/proper/launcher/trunk/pom.xml (original)
+++ commons/proper/launcher/trunk/pom.xml Sat Jun  3 14:13:50 2017
@@ -98,6 +98,7 @@
 
   <properties>
     <commons.componentid>launcher</commons.componentid>
+    <commons.module.name>org.apache.commons.launcher</commons.module.name>
     <commons.release.version>1.1</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>LAUNCHER</commons.jira.id>