提交 fa13a57c 编写于 作者: K kohsuke

setting to the SNAPSHOT version, in preparation for the release.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1018 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c13ae772
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.60</version>
<version>1.60-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -9,7 +9,7 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.60</version>
<version>1.60-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hudson main module</name>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.60</version>
<version>1.60-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -23,9 +23,6 @@
<webResources>
<resource>
<directory>${basedir}/resources</directory>
<excludes>
<exclude>WEB-INF/lib/*</exclude>
</excludes>
</resource>
</webResources>
</configuration>
......@@ -44,12 +41,17 @@
<systemProperties>
<systemProperty>
<name>HUDSON_HOME</name>
<value>work</value>
<value>../../work</value>
</systemProperty>
<systemProperty>
<!-- always reload views during debugging -->
<name>stapler.jelly.noCache</name>
<value>work</value>
<value>true</value>
</systemProperty>
<systemProperty>
<!-- load view resources from the source directly, again for real time change -->
<name>stapler.resourcePath</name>
<value>../core/src/main/resources</value>
</systemProperty>
</systemProperties>
</configuration>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册