Repository: commons-compress Updated Branches: refs/heads/master 0c644264e -> c70dc2eb5
COMPRESS-442 fix OSGi manifest Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c70dc2eb Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c70dc2eb Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/c70dc2eb Branch: refs/heads/master Commit: c70dc2eb5a6fa2160d91e447b737a243062e41b8 Parents: 0c64426 Author: Stefan Bodewig <bode...@apache.org> Authored: Tue Feb 6 16:32:32 2018 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Tue Feb 6 16:32:32 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c70dc2eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3930954..9cd5046 100644 --- a/pom.xml +++ b/pom.xml @@ -289,7 +289,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> - <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution=optional</Import-Package> + <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution:=optional</Import-Package> </instructions> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c70dc2eb/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 559335f..599dd9e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,10 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.17" date="not released, yet" description="Release 1.17"> + <action issue="COMPRESS-442" type="fix" date="2018-02-06"> + Fixed the OSGi manifest entry for imports that has been broken + in 1.16. + </action> </release> <release version="1.16" date="2018-02-05" description="Release 1.16">