mirror of https://github.com/jenkinsci/jenkins.git
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1025 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
parent
00ea9a41b5
commit
d7ad7126b2
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.jvnet.hudson.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<version>1.60</version>
|
||||
<version>1.61-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -9,7 +9,7 @@
|
|||
|
||||
<groupId>org.jvnet.hudson.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<version>1.60</version>
|
||||
<version>1.61-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Hudson main module</name>
|
||||
|
@ -19,8 +19,4 @@
|
|||
<module>core</module>
|
||||
<module>war</module>
|
||||
</modules>
|
||||
|
||||
<scm>
|
||||
<tag>pom-1_60</tag>
|
||||
</scm>
|
||||
</project>
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.jvnet.hudson.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<version>1.60</version>
|
||||
<version>1.61-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue