提交 1e9abb53 编写于 作者: K Kohsuke Kawaguchi

Adding the plugin parent POM to the tree.

This wasn't in there because of the historical reason.
The original layout didn't have the plugin parent POM under the core
source tree.
上级 f77522bb
#!/usr/bin/ruby
# update the version of Hudson that this POM depends on from $1
require "rexml/document"
require "rexml/xpath"
# version to update to
v=ARGV.shift
pom = REXML::Document.new $stdin
pom.elements.each("//dependency[groupId='org.jvnet.hudson.main']") { |dep|
dep.elements["version"].text = v
}
pom.write $stdout
......@@ -53,6 +53,7 @@ THE SOFTWARE.
<module>war</module>
<module>test</module>
<module>cli</module>
<module>plugins</module>
</modules>
<scm>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册