You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2009/06/16 15:36:14 UTC

svn commit: r785212 - /cxf/dosgi/trunk/parent/pom.xml

Author: davidb
Date: Tue Jun 16 13:36:14 2009
New Revision: 785212

URL: http://svn.apache.org/viewvc?rev=785212&view=rev
Log:
Attempt to fix the build. Adding in Apache Incubator repository.

Modified:
    cxf/dosgi/trunk/parent/pom.xml

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=785212&r1=785211&r2=785212&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Tue Jun 16 13:36:14 2009
@@ -299,6 +299,18 @@
             <name>Springframework Maven SNAPSHOT Repository</name>
             <url>http://s3.amazonaws.com/maven.springframework.org/snapshot</url>
         </repository>
+        
+        <repository>
+            <id>apache-incubating</id>
+            <name>Apache Incubating Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
     </repositories>
 
     <pluginRepositories>