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 2009/02/13 04:56:50 UTC

svn commit: r743972 - in /servicemix/smx4/nmr/trunk: assembly/src/main/filtered-resources/features.xml pom.xml

Author: ffang
Date: Fri Feb 13 03:56:49 2009
New Revision: 743972

URL: http://svn.apache.org/viewvc?rev=743972&view=rev
Log:
[SMX4NMR-83]org.apache.servicemix.specs.jbi-api-1.0 version in the features.xml is not correct

Modified:
    servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml?rev=743972&r1=743971&r2=743972&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml Fri Feb 13 03:56:49 2009
@@ -35,7 +35,7 @@
         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.woodstox/${woodstox.version}</bundle>
         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${wsdl4j.version}</bundle>
         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/${ant.version}</bundle>
-        <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jbi-api-1.0/${jbi.api.version}</bundle>
+        <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jbi-api-1.0/${servicemix.specs.version}</bundle>
         <bundle>mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.runtime/${pom.version}</bundle>
         <bundle>mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.osgi/${pom.version}</bundle>
         <bundle>mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.deployer/${pom.version}</bundle>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=743972&r1=743971&r2=743972&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Fri Feb 13 03:56:49 2009
@@ -77,7 +77,6 @@
       <geronimo.jta.version>1.1.1</geronimo.jta.version>
       <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
       <geronimo.stax.version>1.0.1</geronimo.stax.version>
-      <jbi.api.version>1.1.0</jbi.api.version>
       <jencks.version>2.1_1</jencks.version>
       <jline.version>0.9.94</jline.version>
       <junit.version>3.8.2_1-SNAPSHOT</junit.version>
@@ -301,7 +300,7 @@
       <dependency>
           <groupId>org.apache.servicemix.specs</groupId>
           <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
-          <version>${jbi.api.version}</version>
+          <version>${servicemix.specs.version}</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.jbi</groupId>