提交 8077a00c 编写于 作者: K kohsuke

matrix project is going to be introduced as alpha, so bumping up the native m2 project to beta.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3867 71c3de6d-444a-0410-be80-ed276b4c234a
上级 765b1acd
......@@ -314,7 +314,7 @@ public class MatrixProject extends AbstractProject<MatrixProject,MatrixBuild> im
}
public String getDisplayName() {
return "Build multi-configuration project";
return "Build multi-configuration project (alpha)";
}
public MatrixProject newInstance(String name) {
......
......@@ -376,7 +376,7 @@ public final class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,Ma
}
public String getDisplayName() {
return "Build a maven2 project (alpha)";
return "Build a maven2 project (beta)";
}
public MavenModuleSet newInstance(String name) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册