You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/02/09 22:12:56 UTC

svn commit: r908223 - /servicemix/components/engines/servicemix-script/trunk/pom.xml

Author: jbonofre
Date: Tue Feb  9 21:12:56 2010
New Revision: 908223

URL: http://svn.apache.org/viewvc?rev=908223&view=rev
Log:
Cleanup POM to use parent properties/dependency management.

Modified:
    servicemix/components/engines/servicemix-script/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-script/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-script/trunk/pom.xml?rev=908223&r1=908222&r2=908223&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-script/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-script/trunk/pom.xml Tue Feb  9 21:12:56 2010
@@ -37,17 +37,10 @@
     <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/engines/servicemix-script/trunk</url>
   </scm>
 
-  <properties>
-    <previous.releases>3.1.2,3.2,3.2.1,3.2.2,3.2.3,2008.01,2009.01</previous.releases>
-    <servicemix-version>3.3.1</servicemix-version>
-    <servicemix-shared-version>2010.01-SNAPSHOT</servicemix-shared-version>
-  </properties>  
-  
   <dependencies>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-shared</artifactId>
-      <version>${servicemix-shared-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix.specs</groupId>
@@ -108,7 +101,6 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <version>${servicemix-version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>