You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/09/09 10:30:34 UTC

svn commit: r693403 - /servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml

Author: ffang
Date: Tue Sep  9 01:30:33 2008
New Revision: 693403

URL: http://svn.apache.org/viewvc?rev=693403&view=rev
Log:
[SMX4-97]change servicemix-bean version to remove old dependency

Modified:
    servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml

Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml?rev=693403&r1=693402&r2=693403&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml Tue Sep  9 01:30:33 2008
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-bean</artifactId>
-            <version>${components.version}</version>
+            <version>${servicemix-bean-version}</version>
         </dependency>
     </dependencies>