提交 f41ecbc7 编写于 作者: K Kohsuke Kawaguchi

if the plugin is built with 1.431-SNAPSHOT core, we don't want that to...

if the plugin is built with 1.431-SNAPSHOT core, we don't want that to automatically pick up ant & javadoc. We only want that for plugins built against 1.430 or earlier.
上级 be50785b
......@@ -239,8 +239,8 @@ public class ClassicPluginStrategy implements PluginStrategy {
new DetachedPlugin("maven-plugin","1.296","1.296"),
new DetachedPlugin("subversion","1.310","1.0"),
new DetachedPlugin("cvs","1.340","0.1"),
new DetachedPlugin("ant","1.431","1.0"),
new DetachedPlugin("javadoc","1.431","1.0")
new DetachedPlugin("ant","1.430.*","1.0"),
new DetachedPlugin("javadoc","1.430.*","1.0")
);
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册