You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by pd...@apache.org on 2006/10/27 16:33:27 UTC

svn commit: r468393 - /incubator/servicemix/trunk/pom.xml

Author: pdodds
Date: Fri Oct 27 07:33:26 2006
New Revision: 468393

URL: http://svn.apache.org/viewvc?view=rev&rev=468393
Log:
Switch the codehaus repo to accept snapshots

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=468393&r1=468392&r2=468393
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Fri Oct 27 07:33:26 2006
@@ -415,7 +415,7 @@
                 <enabled>true</enabled>
             </releases>
             <snapshots>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </snapshots>
         </repository>
     </repositories>