Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-03-30 17:39:57 +0000
committerIgor Fedorenko2011-03-30 17:39:57 +0000
commit61d8c0d253eb78e61fc61f9b323d517e90532f50 (patch)
tree6c12c6e4d8ff2bd7d3a78053d4d718b3b7e65f3f /com.ning.async-http-client/META-INF/MANIFEST.MF
parent3f2dd8a600d058419b42ff25d7afbe09854f7efd (diff)
downloadm2e-core-61d8c0d253eb78e61fc61f9b323d517e90532f50.tar.gz
m2e-core-61d8c0d253eb78e61fc61f9b323d517e90532f50.tar.xz
m2e-core-61d8c0d253eb78e61fc61f9b323d517e90532f50.zip
341026,341021,341127 fixed wrong AHC version
apparently, wrong development version of async-http-client was used by m2e. switching to 1.6.3 release jar solved all problems. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'com.ning.async-http-client/META-INF/MANIFEST.MF')
-rw-r--r--com.ning.async-http-client/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/com.ning.async-http-client/META-INF/MANIFEST.MF b/com.ning.async-http-client/META-INF/MANIFEST.MF
index 7cd55c8e..ad6d2b7b 100644
--- a/com.ning.async-http-client/META-INF/MANIFEST.MF
+++ b/com.ning.async-http-client/META-INF/MANIFEST.MF
@@ -152,6 +152,6 @@ Import-Package: com.ning.http.client;version="1.6.3",
org.slf4j;version="1.6",
org.w3c.dom,
org.xml.sax
-Bundle-ClassPath: async-http-client-1.6.3-SNAPSHOT.jar
+Bundle-ClassPath: async-http-client-1.6.3.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6

Back to the top