You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/05/01 12:57:00 UTC

[02/15] maven-aether git commit: Bug 450948 - Widen version range for package imports in aether-transport-http to allow wiring against httpclient 4.3.x

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

Branch: refs/heads/1.0.x
Commit: c05288dc3aff63ccdcf95b89a7c1c77731edde65
Parents: ed14a1a
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Tue Nov 11 14:42:55 2014 +0100
Committer: Benjamin Bentmann <be...@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-aether/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>