提交 00ea9a41 编写于 作者: K kohsuke

[maven-release-plugin] prepare release pom-1_60


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1023 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4f579cb9
<!-- still a work in progress -->
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.60-SNAPSHOT</version>
<version>1.60</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -35,12 +34,11 @@
<phase>generate-resources</phase>
<configuration>
<tasks>
<property name="build.version" value="${version}"/><!-- default to release version -->
<property name="build.version" value="${version}" /><!-- default to release version -->
<!-- put the version file -->
<echo message="The build id is: ${build.version}" />
<mkdir dir="target/classes/hudson"/>
<echo file="target/classes/hudson/hudson-version.properties"
>version=${build.version}
<mkdir dir="target/classes/hudson" />
<echo file="target/classes/hudson/hudson-version.properties">version=${build.version}
</echo>
</tasks>
</configuration>
......
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson</groupId>
......@@ -9,7 +9,7 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.60-SNAPSHOT</version>
<version>1.60</version>
<packaging>pom</packaging>
<name>Hudson main module</name>
......@@ -19,4 +19,8 @@
<module>core</module>
<module>war</module>
</modules>
<scm>
<tag>pom-1_60</tag>
</scm>
</project>
\ No newline at end of file
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.60-SNAPSHOT</version>
<version>1.60</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册