Repository: incubator-unomi Updated Branches: refs/heads/master 5dca643bd -> 3b1615ec0
UNOMI-117 fix version of maven-bundle-plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/3b1615ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/3b1615ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/3b1615ec Branch: refs/heads/master Commit: 3b1615ec0d8ef68fb9eac57a86321dce4d8bac03 Parents: 5dca643 Author: dgaillard <[email protected]> Authored: Fri Nov 3 17:52:07 2017 +0100 Committer: dgaillard <[email protected]> Committed: Fri Nov 3 17:52:14 2017 +0100 ---------------------------------------------------------------------- tools/shell-commands/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/3b1615ec/tools/shell-commands/pom.xml ---------------------------------------------------------------------- diff --git a/tools/shell-commands/pom.xml b/tools/shell-commands/pom.xml index f316586..13e5add 100644 --- a/tools/shell-commands/pom.xml +++ b/tools/shell-commands/pom.xml @@ -80,12 +80,11 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.5.4</version> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Export-Package>org.apache.unomi*;version=${project.version}</Export-Package> + <Export-Package>org.apache.unomi*;version="${project.version}"</Export-Package> <Import-Package>!org.apache.unomi*, org.apache.aries.blueprint, org.osgi.service.blueprint.container,
