You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ul...@apache.org on 2009/03/02 18:19:19 UTC

svn commit: r749370 - /servicemix/smx4/features/trunk/assembly/pom.xml

Author: ulhasbhole
Date: Mon Mar  2 17:19:19 2009
New Revision: 749370

URL: http://svn.apache.org/viewvc?rev=749370&view=rev
Log:
Fixed version number for transaction dependecny.

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=749370&r1=749369&r2=749370&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Mon Mar  2 17:19:19 2009
@@ -436,7 +436,7 @@
         <dependency>
             <groupId>org.apache.servicemix.transaction</groupId>
             <artifactId>org.apache.servicemix.transaction</artifactId>
-            <version>${version}</version>
+            <version>${servicemix.nmr.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.cxf</groupId>