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 01:03:14 UTC

svn commit: r1796465 - /commons/proper/daemon/trunk/pom.xml

Author: chtompki
Date: Sun May 28 01:03:13 2017
New Revision: 1796465

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

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

Modified: commons/proper/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1796465&r1=1796464&r2=1796465&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Sun May 28 01:03:13 2017
@@ -92,6 +92,7 @@
     <maven.compiler.source>1.5</maven.compiler.source>
     <maven.compiler.target>1.5</maven.compiler.target>
     <commons.componentid>daemon</commons.componentid>
+    <commons.module.name>org.apache.commons.daemon</commons.module.name>
     <commons.release.version>1.1.0</commons.release.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>