eric-milles commented on code in PR #114: URL: https://github.com/apache/ant-ivy/pull/114#discussion_r2283142386
########## META-INF/MANIFEST.MF: ########## @@ -87,7 +87,7 @@ Export-Package: org.apache.ivy;version="2.0.0", org.apache.ivy.plugins.namespace;version="2.0.0", org.apache.ivy.plugins.pack;version="2.6.0", org.apache.ivy.plugins.parser;version="2.0.0", - org.apache.ivy.plugins.parser.m2;version="2.0.0", + org.apache.ivy.plugins.parser.m2;version="2.6.0", Review Comment: I am doing this. If you look at the 2.5.3 manifest, all the versions are stuck at 2.0.0 which is not really proper for OSGi. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
