提交 03066d58 编写于 作者: S Stephen Connolly

[JENKINS-36923] The PR builder should at least work for this now

上级 3e72adaf
......@@ -418,7 +418,7 @@ public class ClassicPluginStrategy implements PluginStrategy {
new DetachedPlugin("antisamy-markup-formatter", "1.553.*", "1.0"),
new DetachedPlugin("matrix-project", "1.561.*", "1.0"),
new DetachedPlugin("junit", "1.577.*", "1.0"),
new DetachedPlugin("bouncycastle-api", "2.16.*", "2.16.0-SNAPSHOT") // TODO remove -SNAPSHOT
new DetachedPlugin("bouncycastle-api", "2.16.*", "2.16.0-20160725.164257-1") // TODO remove -SNAPSHOT
));
/** Implicit dependencies that are known to be unnecessary and which must be cut out to prevent a dependency cycle among bundled plugins. */
......
......@@ -408,7 +408,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
<version>2.16.0-SNAPSHOT</version> <!-- TODO remove SNAPSHOT -->
<version>2.16.0-20160725.164257-1</version> <!-- TODO remove SNAPSHOT -->
<type>hpi</type>
</artifactItem>
</artifactItems>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册