提交 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 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.60</version> <version>1.60-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.60</version> <version>1.60-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Hudson main module</name> <name>Hudson main module</name>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.60</version> <version>1.60-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
<webResources> <webResources>
<resource> <resource>
<directory>${basedir}/resources</directory> <directory>${basedir}/resources</directory>
<excludes>
<exclude>WEB-INF/lib/*</exclude>
</excludes>
</resource> </resource>
</webResources> </webResources>
</configuration> </configuration>
...@@ -44,12 +41,17 @@ ...@@ -44,12 +41,17 @@
<systemProperties> <systemProperties>
<systemProperty> <systemProperty>
<name>HUDSON_HOME</name> <name>HUDSON_HOME</name>
<value>work</value> <value>../../work</value>
</systemProperty> </systemProperty>
<systemProperty> <systemProperty>
<!-- always reload views during debugging --> <!-- always reload views during debugging -->
<name>stapler.jelly.noCache</name> <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> </systemProperty>
</systemProperties> </systemProperties>
</configuration> </configuration>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册