Bug 450948 - Widen version range for package imports in aether-transport-http to allow wiring against httpclient 4.3.x
Updated upper version bound in instructions for maven-bundle-plugin Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/097f275c Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/097f275c Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/097f275c Branch: refs/heads/master Commit: 097f275c7c3022f83c9b2fe66177d6ae44f3b34b Parents: 57c56f9 Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Tue Nov 11 14:33:23 2014 +0100 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Tue Nov 11 14:33:23 2014 +0100 ---------------------------------------------------------------------- aether-transport-http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/097f275c/aether-transport-http/pom.xml ---------------------------------------------------------------------- diff --git a/aether-transport-http/pom.xml b/aether-transport-http/pom.xml index f791c2a..d41e776 100644 --- a/aether-transport-http/pom.xml +++ b/aether-transport-http/pom.xml @@ -117,7 +117,7 @@ <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> - <Import-Package>org.apache.http.*;version="[4.2.1,4.3)",*</Import-Package> + <Import-Package>org.apache.http.*;version="[4.2.1,4.4)",*</Import-Package> </instructions> </configuration> </plugin>