You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/08/09 17:15:34 UTC

svn commit: r430070 - /geronimo/branches/1.1.1/maven.xml

Author: hogstrom
Date: Wed Aug  9 08:15:33 2006
New Revision: 430070

URL: http://svn.apache.org/viewvc?rev=430070&view=rev
Log:
Corrected the maven checkout for openejb to point to the v2_1_1 branch

Modified:
    geronimo/branches/1.1.1/maven.xml

Modified: geronimo/branches/1.1.1/maven.xml
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1.1/maven.xml?rev=430070&r1=430069&r2=430070&view=diff
==============================================================================
--- geronimo/branches/1.1.1/maven.xml (original)
+++ geronimo/branches/1.1.1/maven.xml Wed Aug  9 08:15:33 2006
@@ -287,7 +287,7 @@
     <goal name="m:co" prereqs="m:checkout"/>
     <goal name="m:checkout">
         <ant:exec dir="${basedir}" executable="svn">
-            <ant:arg line="checkout http://svn.codehaus.org/openejb/branches/v2_1/openejb2 openejb"/>
+            <ant:arg line="checkout http://svn.codehaus.org/openejb/branches/v2_1_1/openejb2 openejb"/>
         </ant:exec>
     </goal>