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 2010/10/20 22:49:32 UTC

svn commit: r1025735 - /servicemix/components/engines/servicemix-drools/trunk/pom.xml

Author: gertv
Date: Wed Oct 20 20:49:31 2010
New Revision: 1025735

URL: http://svn.apache.org/viewvc?rev=1025735&view=rev
Log:
Fix components build with Maven 3

Modified:
    servicemix/components/engines/servicemix-drools/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-drools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-drools/trunk/pom.xml?rev=1025735&r1=1025734&r2=1025735&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-drools/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-drools/trunk/pom.xml Wed Oct 20 20:49:31 2010
@@ -22,6 +22,7 @@
     <groupId>org.apache.servicemix</groupId>
     <artifactId>components-pom</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../../components-pom/pom.xml</relativePath>    
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
@@ -40,7 +41,7 @@
   <repositories>
     <repository>
       <id>jboss</id>
-      <url>http://repository.jboss.com/maven2</url>
+      <url>http://repository.jboss.org/nexus/content/groups/public-jboss</url>
     </repository>
   </repositories>