提交 a6e79f3a 编写于 作者: K kohsuke

[maven-release-plugin] prepare release hudson-1_88


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2556 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8201db2d
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.88-SNAPSHOT</version>
<version>1.88</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.88-SNAPSHOT</version>
<version>1.88</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.88-SNAPSHOT</version>
<version>1.88</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.88-SNAPSHOT</version>
<version>1.88</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -9,7 +9,7 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.88-SNAPSHOT</version>
<version>1.88</version>
<packaging>pom</packaging>
<name>Hudson main module</name>
......@@ -28,6 +28,7 @@
<connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:hudson/hudson/main</connection>
<developerConnection>scm:cvs:pserver:kohsuke@cvs.dev.java.net:/cvs:hudson/hudson/main</developerConnection>
<url>https://hudson.dev.java.net/source/browse/hudson/hudson/main</url>
<tag>hudson-1_88</tag>
</scm>
<build>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.88-SNAPSHOT</version>
<version>1.88</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.88-SNAPSHOT</version>
<version>1.88</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -47,7 +47,7 @@
<tasks>
<mkdir dir="target/generated-resources" />
<!-- needs to be forked because Maven doesn't seem to put tools.jar in classpath -->
<javac srcdir="src/launcher/java" includes="*.java" source="1.4" target="1.4" destdir="target/generated-resources" fork="true" debug="on"/>
<javac srcdir="src/launcher/java" includes="*.java" source="1.4" target="1.4" destdir="target/generated-resources" fork="true" debug="on" />
</tasks>
</configuration>
<goals>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册