Author: gnodet
Date: Mon Oct 23 07:42:49 2006
New Revision: 467006

URL: http://svn.apache.org/viewvc?view=rev&rev=467006
Log:
Add codehaus snapshots repository

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=467006&r1=467005&r2=467006
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Oct 23 07:42:49 2006
@@ -406,6 +406,18 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
+        <!-- Codehaus snapshots -->
+        <repository>
+            <id>codehaus-snapshots</id>
+            <name>Codehaus Snapshots repository</name>
+            <url>http://snapshots.repository.codehaus.org</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
     </repositories>
 
     <pluginRepositories>


Reply via email to