You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2012/10/18 14:55:10 UTC

svn commit: r1399640 - /servicemix/components/trunk/pom.xml

Author: gertv
Date: Thu Oct 18 12:55:10 2012
New Revision: 1399640

URL: http://svn.apache.org/viewvc?rev=1399640&view=rev
Log:
Fix build with clean local repo: add ServiceMix repo for woden 1.0.0M6

Modified:
    servicemix/components/trunk/pom.xml

Modified: servicemix/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/pom.xml?rev=1399640&r1=1399639&r2=1399640&view=diff
==============================================================================
--- servicemix/components/trunk/pom.xml (original)
+++ servicemix/components/trunk/pom.xml Thu Oct 18 12:55:10 2012
@@ -51,12 +51,12 @@
     </modules>
 
     <repositories>
-        <!-- ServiceMix Maven Repository, required at least for opensaml -->
-        <!--repository>
+        <!-- ServiceMix Maven Repository, required at least for woden 1.0.0M6 -->
+        <repository>
             <id>servicemix-m2-repo</id>
             <name>Servicemix Maven2 Repository</name>
             <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
-        </repository-->        
+        </repository>        
     </repositories>    
 
     <properties>