You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by ms...@apache.org on 2007/01/03 20:04:35 UTC

svn commit: r492256 - /incubator/ode/trunk/pom.xml

Author: mszefler
Date: Wed Jan  3 11:04:35 2007
New Revision: 492256

URL: http://svn.apache.org/viewvc?view=rev&rev=492256
Log:
Enabled snapshot dl from pxe.intalio.org

Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=492256&r1=492255&r2=492256
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Wed Jan  3 11:04:35 2007
@@ -262,7 +262,7 @@
             <name>ODE Maven2 repository</name>
             <url>http://pxe.intalio.org/public/maven2</url>
             <snapshots>
-               <enabled>false</enabled>
+               <enabled>true</enabled>
                <updatePolicy>never</updatePolicy>
             </snapshots>
         </repository>