提交 af8ac036 编写于 作者: J Jesse Glick

Updated to 2.86-SNAPSHOT.

上级 6d2de7d9
......@@ -11,7 +11,7 @@
<version>1.0-SNAPSHOT</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>2.85-SNAPSHOT</jenkins.version> <!-- TODO pending split -->
<jenkins.version>2.86-SNAPSHOT</jenkins.version> <!-- TODO pending split -->
<java.level>8</java.level>
</properties>
<name>Command Launcher Plugin</name>
......
......@@ -426,7 +426,7 @@ public class ClassicPluginStrategy implements PluginStrategy {
new DetachedPlugin("matrix-project", "1.561.*", "1.0"),
new DetachedPlugin("junit", "1.577.*", "1.0"),
new DetachedPlugin("bouncycastle-api", "2.16.*", "2.16.0"),
new DetachedPlugin("command-launcher", "2.85.*", "1.0-SNAPSHOT") // TODO update after split
new DetachedPlugin("command-launcher", "2.86.*", "1.0-SNAPSHOT") // TODO update after split
));
/** Implicit dependencies that are known to be unnecessary and which must be cut out to prevent a dependency cycle among bundled plugins. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册