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 2008/01/16 15:12:15 UTC

svn commit: r612464 - /servicemix/smx4/features/trunk/pom.xml

Author: gnodet
Date: Wed Jan 16 06:12:07 2008
New Revision: 612464

URL: http://svn.apache.org/viewvc?rev=612464&view=rev
Log:
Add incubating repository for CXF

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=612464&r1=612463&r2=612464&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Jan 16 06:12:07 2008
@@ -108,6 +108,12 @@
            <name>ServiceMix Repository</name>
            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
        </repository>
+       <!-- Incubator repo -->
+       <repository>
+           <id>incubator</id>
+           <name>Incubator Repository</name>
+           <url>http://people.apache.org/repo/m2-incubating-repository</url>
+       </repository>
    </repositories>
 
   <pluginRepositories>