Author: chtompki
Date: Sun May 28 00:00:48 2017
New Revision: 1796462
URL: http://svn.apache.org/viewvc?rev=1796462&view=rev
Log:
(chore) adding commons.module.name to pom
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1796462&r1=1796461&r2=1796462&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun May 28 00:00:48 2017
@@ -225,6 +225,7 @@ limitations under the License.
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<commons.componentid>codec</commons.componentid>
+ <commons.module.name>org.apache.commons.codec</commons.module.name>
<commons.release.version>1.11</commons.release.version>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>