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/17 15:10:29 UTC

svn commit: r745086 - in /servicemix/smx4/nmr/trunk: assembly/pom.xml pom.xml

Author: ffang
Date: Tue Feb 17 14:10:28 2009
New Revision: 745086

URL: http://svn.apache.org/viewvc?rev=745086&view=rev
Log:
[SMX4NMR-93]using dependency management in the root pom to avoid specifying version everywhere

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

Modified: servicemix/smx4/nmr/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/pom.xml?rev=745086&r1=745085&r2=745086&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/pom.xml Tue Feb 17 14:10:28 2009
@@ -209,7 +209,6 @@
                                 <artifactItem>
                                     <groupId>org.apache.servicemix.kernel</groupId>
                                     <artifactId>org.apache.servicemix.kernel.version</artifactId>
-                                    <version>${pom.version}</version>
                                     <outputDirectory>target/dependencies</outputDirectory>
                                     <destFileName>servicemix-version.jar</destFileName>
                                 </artifactItem>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=745086&r1=745085&r2=745086&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Tue Feb 17 14:10:28 2009
@@ -472,6 +472,11 @@
           </exclusions>
       </dependency>
       <dependency>
+          <groupId>org.apache.servicemix.kernel</groupId>
+          <artifactId>org.apache.servicemix.kernel.version</artifactId>
+          <version>${pom.version}</version>
+      </dependency>
+      <dependency>
           <groupId>org.apache.servicemix</groupId>
           <artifactId>servicemix-shared</artifactId>
           <version>${servicemix.shared.version}</version>