You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/08/26 18:28:35 UTC

svn commit: r689128 - /servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml

Author: gnodet
Date: Tue Aug 26 09:28:35 2008
New Revision: 689128

URL: http://svn.apache.org/viewvc?rev=689128&view=rev
Log:
Use the property for the jbi api version

Modified:
    servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml

Modified: servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml?rev=689128&r1=689127&r2=689128&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml Tue Aug 26 09:28:35 2008
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>${jbi.api.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.document</groupId>