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-resolver/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/c05288dc
Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/c05288dc
Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/c05288dc

Branch: refs/heads/master
Commit: c05288dc3aff63ccdcf95b89a7c1c77731edde65
Parents: ed14a1a
Author: Benjamin Bentmann <bentm...@sonatype.com>
Authored: Tue Nov 11 14:42:55 2014 +0100
Committer: Benjamin Bentmann <bentm...@sonatype.com>
Committed: Tue Nov 11 14:42:55 2014 +0100

----------------------------------------------------------------------
 aether-transport-http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/c05288dc/aether-transport-http/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-http/pom.xml b/aether-transport-http/pom.xml
index 2ede8e1..5da76d2 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>

Reply via email to