You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/18 22:00:57 UTC

svn commit: r465357 - /incubator/servicemix/branches/servicemix-3.0/pom.xml

Author: gnodet
Date: Wed Oct 18 13:00:57 2006
New Revision: 465357

URL: http://svn.apache.org/viewvc?view=rev&rev=465357
Log:
Add snapshot repository for xbean

Modified:
    incubator/servicemix/branches/servicemix-3.0/pom.xml

Modified: incubator/servicemix/branches/servicemix-3.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/pom.xml?view=diff&rev=465357&r1=465356&r2=465357
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/pom.xml Wed Oct 18 13:00:57 2006
@@ -379,6 +379,17 @@
             <name>ActiveMQ Maven2 Temp Repository</name>
             <url>http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC4/maven2</url>
         </repository>
+        <!-- Apache snapshot -->
+        <repository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshot repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
     </repositories>
 
     <dependencies>