提交 0159f80d 编写于 作者: K kohsuke

[FIXED HUDSON-5138] During the release, use the release version. Taken from core/pom.xml. In 1.339.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@24796 71c3de6d-444a-0410-be80-ed276b4c234a
上级 92c91ae6
......@@ -163,4 +163,14 @@ THE SOFTWARE.
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>release</id>
<properties>
<!-- for releases, just use the POM version. See above ant-run plugin for how this gets used. -->
<build.version>${version}</build.version>
</properties>
</profile>
</profiles>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册