From 3f6a8b7989e7fd6528c5f6af4359e0ef0b0c1560 Mon Sep 17 00:00:00 2001 From: David Jencks Date: Sun, 25 Apr 2010 17:22:23 +0000 Subject: [PATCH] AMQ-2637 port osgi version range fixes from trunk git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@937831 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-core/pom.xml | 13 ------------- pom.xml | 9 +++++---- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index fe3dfbc33f..7aab1e4c0d 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -32,7 +32,6 @@ - org.osgi.framework;version="[1.3,2)", com.thoughtworks.xstream*;resolution:=optional, org.apache.activeio*;resolution:=optional, org.apache.camel*;resolution:=optional, @@ -390,21 +389,9 @@ org.apache.felix maven-bundle-plugin - ${felix-version} - true org.apache.activemq.util.osgi.Activator - ${artifactId} - ${activemq.osgi.symbolic.name} - ${activemq.osgi.export} - ${activemq.osgi.import} - ${activemq.osgi.dynamic.import} - ${activemq.osgi.private.pkg} - Apache ActiveMQ - ${project.version} - <_versionpolicy>[$(version;==;$(@)),$(version;=+;$(@))) - <_failok>${servicemix.osgi.failok} diff --git a/pom.xml b/pom.xml index 2cbfa60968..5b71fa9679 100755 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ 1.3.1 3.6 1.6.2 - 2.0.1 + 2.0.1 2.0 1.0.0 scpexe://people.apache.org/www/activemq.apache.org/maven/ @@ -1005,7 +1005,7 @@ org.apache.felix maven-bundle-plugin - ${felix-version} + ${maven-bundle-plugin-version} org.codehaus.mojo @@ -1094,7 +1094,6 @@ org.apache.felix maven-bundle-plugin - ${felix-version} true @@ -1106,7 +1105,9 @@ ${activemq.osgi.private.pkg} Apache ActiveMQ ${project.version} - <_versionpolicy>[$(version;==;$(@)),$(version;=+;$(@))) + <_versionpolicy-impl>[$(version;==;$(@)),$(version;=+;$(@))) + <_versionpolicy-uses>[$(version;==;$(@)),$(version;+;$(@))) + <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) <_failok>${servicemix.osgi.failok}