You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/01/27 10:46:53 UTC

svn commit: r1064062 - /servicemix/components/trunk/pom.xml

Author: gertv
Date: Thu Jan 27 09:46:53 2011
New Revision: 1064062

URL: http://svn.apache.org/viewvc?rev=1064062&view=rev
Log:
Remove property servicemix-shared.version -- no longer needed in single component build

Modified:
    servicemix/components/trunk/pom.xml

Modified: servicemix/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/pom.xml?rev=1064062&r1=1064061&r2=1064062&view=diff
==============================================================================
--- servicemix/components/trunk/pom.xml (original)
+++ servicemix/components/trunk/pom.xml Thu Jan 27 09:46:53 2011
@@ -79,7 +79,6 @@
 
         <!-- ServiceMix Stuff -->
         <servicemix.legal.version>1.0</servicemix.legal.version>
-        <servicemix-shared.version>2011.01-SNAPSHOT</servicemix-shared.version>
         <servicemix.specs.version>1.7.0</servicemix.specs.version>
         <servicemix-utils.version>1.3.0</servicemix-utils.version>
         <servicemix.version>3.3.2</servicemix.version>
@@ -460,17 +459,17 @@
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-shared</artifactId>
-                <version>${servicemix-shared.version}</version>
+                <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-common</artifactId>
-                <version>${servicemix-shared.version}</version>
+                <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-common</artifactId>
-                <version>${servicemix-shared.version}</version>
+                <version>${project.version}</version>
                 <classifier>sources</classifier>
                 <scope>provided</scope>
                 <optional>true</optional>