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

[JENKINS-13822] olamy’s 9a3f25ac & 25b69435 claimed this fix was in 1.466; actually in 1.467.

上级 4e8dcbe6
......@@ -497,12 +497,12 @@ Upcoming changes</a>
<li class=rfe>
Enabled concurrent build support for matrix projects
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-6747">issue 6747</a>)
</ul>
<h3><a name=v1.466>What's new in 1.466</a> (2012/05/28)</h3>
<ul class=image>
<li class=bug>
Maven plugin: expand variables in "Room POM" field
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13822">issue 13822</a>)
</ul>
<h3><a name=v1.466>What's new in 1.466</a> (2012/05/28)</h3>
<ul class=image>
<li class=rfe>
Exposed plugin manager and update center to the REST API
<li class=rfe>
......
......@@ -875,9 +875,7 @@ public class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,MavenMod
}
/**
*
* @deprecated for backward comp only
* @return
*/
public String getRootPOM(){
return getRootPOM( null );
......@@ -885,7 +883,7 @@ public class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,MavenMod
/**
* Gets the location of top-level <tt>pom.xml</tt> relative to the workspace root.
* @since 1.466
* @since 1.467
*/
public String getRootPOM(EnvVars env) {
if (rootPOM == null) return "pom.xml";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册