Author: jbonofre
Date: Wed Feb 10 09:10:13 2010
New Revision: 908397
URL: http://svn.apache.org/viewvc?rev=908397&view=rev
Log:
Cleanup POM to use parent properties/dependency management.
Modified:
servicemix/components/bindings/servicemix-http/trunk/pom.xml
Modified: servicemix/components/bindings/servicemix-http/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/pom.xml?rev=908397&r1=908396&r2=908397&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Wed Feb 10
09:10:13 2010
@@ -39,10 +39,6 @@
</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>
- <servicemix-utils-version>1.2.0</servicemix-utils-version>
<jetty-version>6.1.22</jetty-version>
<activemq-version>5.3.0</activemq-version>
@@ -80,7 +76,6 @@
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
- <version>${servicemix-shared-version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.specs</groupId>
@@ -91,7 +86,6 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-utils</artifactId>
<scope>provided</scope>
- <version>${servicemix-utils-version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
@@ -102,7 +96,6 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>test</scope>
- <version>${servicemix-version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>