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

svn commit: r1797506 - /commons/proper/logging/trunk/pom.xml

Author: chtompki
Date: Sat Jun  3 14:15:50 2017
New Revision: 1797506

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

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1797506&r1=1797505&r2=1797506&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sat Jun  3 14:15:50 2017
@@ -527,6 +527,7 @@ under the License.
     <maven.compiler.source>1.2</maven.compiler.source>
     <maven.compiler.target>1.2</maven.compiler.target>
     <commons.componentid>logging</commons.componentid>
+    <commons.module.name>org.apache.commons.logging</commons.module.name>
     <commons.release.version>1.2</commons.release.version>
     <commons.jira.id>LOGGING</commons.jira.id>
     <commons.jira.pid>12310484</commons.jira.pid>