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/02/15 15:53:35 UTC

svn commit: r1244514 - /servicemix/smx4/features/branches/features-4.4.x/parent/pom.xml

Author: gertv
Date: Wed Feb 15 14:53:34 2012
New Revision: 1244514

URL: http://svn.apache.org/viewvc?rev=1244514&view=rev
Log:
SMX4-1094: connector feature can not be installed because aries.version has not been defined

Modified:
    servicemix/smx4/features/branches/features-4.4.x/parent/pom.xml

Modified: servicemix/smx4/features/branches/features-4.4.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/branches/features-4.4.x/parent/pom.xml?rev=1244514&r1=1244513&r2=1244514&view=diff
==============================================================================
--- servicemix/smx4/features/branches/features-4.4.x/parent/pom.xml (original)
+++ servicemix/smx4/features/branches/features-4.4.x/parent/pom.xml Wed Feb 15 14:53:34 2012
@@ -44,6 +44,7 @@
     <felix.obr.version>1.6.4</felix.obr.version>
 
     <karaf.version>2.2.4</karaf.version>
+    <aries.version>0.3</aries.version>
 
     <servicemix.components.version>2011.02</servicemix.components.version>
     <servicemix.nmr.version>1.5.0</servicemix.nmr.version>