[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
This commit is contained in:
kohsuke 2006-11-06 19:53:54 +00:00
parent 4f579cb958
commit 00ea9a41b5
3 changed files with 13 additions and 11 deletions

View File

@ -1,10 +1,9 @@
<!-- 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>

View File

@ -1,4 +1,4 @@
<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>

View File

@ -1,9 +1,9 @@
<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>