You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/07/31 21:54:49 UTC

svn commit: r799726 - /cxf/trunk/rt/databinding/sdo/pom.xml

Author: dkulp
Date: Fri Jul 31 19:54:49 2009
New Revision: 799726

URL: http://svn.apache.org/viewvc?rev=799726&view=rev
Log:
Add snapshot repo to help tuscany folks out

Modified:
    cxf/trunk/rt/databinding/sdo/pom.xml

Modified: cxf/trunk/rt/databinding/sdo/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/sdo/pom.xml?rev=799726&r1=799725&r2=799726&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/sdo/pom.xml (original)
+++ cxf/trunk/rt/databinding/sdo/pom.xml Fri Jul 31 19:54:49 2009
@@ -132,7 +132,20 @@
         </dependency>
     </dependencies>
 
-
+    <repositories>
+        <!--  temporary add the apache snapshot repo so tuscany folks can just grab this module and build it -->
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
 
     <build>
         <plugins>