You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/02/29 10:27:52 UTC

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

Author: simonetripodi
Date: Wed Feb 29 09:27:52 2012
New Revision: 1295031

URL: http://svn.apache.org/viewvc?rev=1295031&view=rev
Log:
typo, side effect of the copy'n'paste

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

Modified: commons/proper/chain/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/dist/pom.xml?rev=1295031&r1=1295030&r2=1295031&view=diff
==============================================================================
--- commons/proper/chain/trunk/dist/pom.xml (original)
+++ commons/proper/chain/trunk/dist/pom.xml Wed Feb 29 09:27:52 2012
@@ -70,7 +70,7 @@
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
           <attach>false</attach>
-          <finalName>commons-digester3-${project.version}</finalName>
+          <finalName>commons-chain2-${project.version}</finalName>
         </configuration>
       </plugin>
       <plugin>