You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by da...@apache.org on 2012/05/25 06:20:12 UTC

svn commit: r1342497 - /commons/proper/imaging/trunk/pom.xml

Author: damjan
Date: Fri May 25 04:20:12 2012
New Revision: 1342497

URL: http://svn.apache.org/viewvc?rev=1342497&view=rev
Log:
Fix a typo in the POM assembly section.


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

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1342497&r1=1342496&r2=1342497&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Fri May 25 04:20:12 2012
@@ -83,7 +83,7 @@
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/bin.xml</descriptor>
-            <descriptor>src/maim/assembly/src.xml</descriptor>
+            <descriptor>src/main/assembly/src.xml</descriptor>
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>