Hello all.

I didn't figure this was worth a JIRA.

The maven.xml file in branches/1.1 is still pointing to codehaus for its openejb checkout (and an older version too).

Here is a patch (my first patch for Geronimo!)


Jay

Index: maven.xml
===================================================================
--- maven.xml   (revision 449128)
+++ maven.xml   (working copy)
@@ -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 
https://svn.apache.org/repos/asf/incubator/openejb/tags/v2_1_1/openejb2 
openejb"/>
         </ant:exec>
     </goal>
 
@@ -297,7 +297,7 @@
     <goal name="m:cco" prereqs="m:committer-checkout"/>
     <goal name="m:committer-checkout">
         <ant:exec dir="${basedir}" executable="svn">
-            <ant:arg line="checkout 
https://svn.codehaus.org/openejb/branches/v2_1/openejb2 openejb"/>
+            <ant:arg line="checkout 
https://svn.apache.org/repos/asf/incubator/openejb/tags/v2_1_1/openejb2 
openejb"/>
         </ant:exec>
     </goal>
 

Reply via email to