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/27 15:11:38 UTC

svn commit: r1796412 - /commons/proper/chain/trunk/pom.xml

Author: chtompki
Date: Sat May 27 15:11:38 2017
New Revision: 1796412

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

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

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1796412&r1=1796411&r2=1796412&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Sat May 27 15:11:38 2017
@@ -141,7 +141,8 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <commons.componentid>chain</commons.componentid>
+    <commons.componentid>chain2</commons.componentid>
+    <commons.module.name>org.apache.commons.chain2</commons.module.name>
     <commons.release.version>2.0</commons.release.version>
     <commons.release.desc>(minium JDK 1.6)</commons.release.desc>
     <commons.rc.version>RC1</commons.rc.version>