You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/04/25 18:00:39 UTC

svn commit: r1475834 - /commons/proper/fileupload/trunk/pom.xml

Author: ebourg
Date: Thu Apr 25 16:00:38 2013
New Revision: 1475834

URL: http://svn.apache.org/r1475834
Log:
Fixed a typo in the configuration of the maven-release-plugin

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

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1475834&r1=1475833&r2=1475834&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Thu Apr 25 16:00:38 2013
@@ -228,7 +228,7 @@
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <prepatationGoals>clean site verify</prepatationGoals>
+          <preparationGoals>clean site verify</preparationGoals>
           <goals>deploy</goals>
         </configuration>
       </plugin>