You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2010/01/13 02:42:01 UTC

svn commit: r898605 - /archiva/trunk/pom.xml

Author: brett
Date: Wed Jan 13 01:42:00 2010
New Revision: 898605

URL: http://svn.apache.org/viewvc?rev=898605&view=rev
Log:
fix typo

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=898605&r1=898604&r2=898605&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Jan 13 01:42:00 2010
@@ -175,7 +175,7 @@
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
             <useReleaseProfile>false</useReleaseProfile>
-            <autoVersionSubModules>true</autoVersionSubmodules>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>deploy</goals>
             <preparationGoals>clean</preparationGoals>
             <arguments>-Papache-release</arguments>