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/03/10 10:05:33 UTC

svn commit: r635495 - /servicemix/smx4/features/trunk/ejb3/deployer/pom.xml

Author: gnodet
Date: Mon Mar 10 02:05:31 2008
New Revision: 635495

URL: http://svn.apache.org/viewvc?rev=635495&view=rev
Log:
Fix pom to use the correct version for jaxb-impl bundle

Modified:
    servicemix/smx4/features/trunk/ejb3/deployer/pom.xml

Modified: servicemix/smx4/features/trunk/ejb3/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/ejb3/deployer/pom.xml?rev=635495&r1=635494&r2=635495&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/ejb3/deployer/pom.xml (original)
+++ servicemix/smx4/features/trunk/ejb3/deployer/pom.xml Mon Mar 10 02:05:31 2008
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.jaxb-impl-2.0.3</artifactId>
-            <version>${servicemix.nmr.version}</version>
+            <version>${pom.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>