Use osgi version number to avoid bundle-plugin messages
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/49b10f7e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/49b10f7e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/49b10f7e Branch: refs/heads/3.1.x-fixes Commit: 49b10f7eb5a15977a427634b4f8eae2a71199709 Parents: 66b9f87 Author: Daniel Kulp <[email protected]> Authored: Mon Feb 27 13:40:07 2017 -0500 Committer: Daniel Kulp <[email protected]> Committed: Tue Mar 7 14:01:26 2017 -0500 ---------------------------------------------------------------------- services/sts/sts-core/pom.xml | 4 ++-- services/wsn/wsn-osgi/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/49b10f7e/services/sts/sts-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml index 9bd65ca..914ed10 100644 --- a/services/sts/sts-core/pom.xml +++ b/services/sts/sts-core/pom.xml @@ -164,11 +164,11 @@ <Specification-Title>${project.name}</Specification-Title> <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> <Export-Package> - org.apache.cxf.sts.*;version=${project.version} + org.apache.cxf.sts.*;version=${cxf.osgi.version.clean} </Export-Package> <Import-Package> javax.servlet*;version="${cxf.osgi.javax.servlet.version}", - org.apache.cxf.sts.provider.*;version=${project.version}, + org.apache.cxf.sts.provider.*;version=${cxf.osgi.version.clean}, !org.apache.cxf.sts.*, org.apache.cxf.*, javax.xml.ws*;version="[0.0,3)", http://git-wip-us.apache.org/repos/asf/cxf/blob/49b10f7e/services/wsn/wsn-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml index 9b6d690..6b8b4f6 100644 --- a/services/wsn/wsn-osgi/pom.xml +++ b/services/wsn/wsn-osgi/pom.xml @@ -68,7 +68,7 @@ <Export-Package> org.oasis_open.docs.wsn.*;version=1.3;-noimport:=true, org.oasis_open.docs.wsrf.*;version=1.2;-noimport:=true, - org.apache.cxf.wsn.client;version=${project.version} + org.apache.cxf.wsn.client;version=${cxf.osgi.version.clean} </Export-Package> <Private-Package> org.apache.cxf.wsn.*,
