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/30 12:08:00 UTC

svn commit: r1796845 - /commons/proper/email/trunk/pom.xml

Author: chtompki
Date: Tue May 30 12:08:00 2017
New Revision: 1796845

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

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1796845&r1=1796844&r2=1796845&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Tue May 30 12:08:00 2017
@@ -288,6 +288,7 @@
         <maven.compiler.source>1.6</maven.compiler.source>
         <maven.compiler.target>1.6</maven.compiler.target>
         <commons.componentid>email</commons.componentid>
+        <commons.module.name>org.apache.commons.mail</commons.module.name>
         <commons.jira.id>EMAIL</commons.jira.id>
         <commons.jira.pid>12310474</commons.jira.pid>
         <commons.release.version>1.4</commons.release.version>