提交 071951e6 编写于 作者: J Jesse Glick

Preparing to include transitional release.

上级 b628b472
...@@ -273,7 +273,7 @@ public class ClassicPluginStrategy implements PluginStrategy { ...@@ -273,7 +273,7 @@ public class ClassicPluginStrategy implements PluginStrategy {
new DetachedPlugin("matrix-auth","1.535.*","1.0.2"), new DetachedPlugin("matrix-auth","1.535.*","1.0.2"),
new DetachedPlugin("windows-slaves","1.547.*","1.0"), new DetachedPlugin("windows-slaves","1.547.*","1.0"),
new DetachedPlugin("antisamy-markup-formatter","1.553.*","1.0"), new DetachedPlugin("antisamy-markup-formatter","1.553.*","1.0"),
new DetachedPlugin("matrix-project","1.561.*","1.0") new DetachedPlugin("matrix-project","1.561.*","1.0-beta-1")
); );
/** /**
......
...@@ -95,7 +95,7 @@ THE SOFTWARE. ...@@ -95,7 +95,7 @@ THE SOFTWARE.
<dependency> <dependency>
<groupId>org.jenkins-ci.plugins</groupId> <groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId> <artifactId>matrix-project</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
......
...@@ -361,6 +361,12 @@ THE SOFTWARE. ...@@ -361,6 +361,12 @@ THE SOFTWARE.
<version>1.1</version> <version>1.1</version>
<type>hpi</type> <type>hpi</type>
</artifactItem> </artifactItem>
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<type>hpi</type>
</artifactItem>
</artifactItems> </artifactItems>
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/plugins</outputDirectory> <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/plugins</outputDirectory>
<stripVersion>true</stripVersion> <stripVersion>true</stripVersion>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册