mirror of https://github.com/jenkinsci/jenkins.git
[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:
parent
4f579cb958
commit
00ea9a41b5
|
@ -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>
|
||||
|
||||
|
@ -39,8 +38,7 @@
|
|||
<!-- 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}
|
||||
<echo file="target/classes/hudson/hudson-version.properties">version=${build.version}
|
||||
</echo>
|
||||
</tasks>
|
||||
</configuration>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -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>
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue