From fa13a57cfa0160bc7a445c6fcd8ff5aeb3fcebc1 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 6 Nov 2006 16:42:40 +0000 Subject: [PATCH] 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 --- core/pom.xml | 2 +- pom.xml | 2 +- war/pom.xml | 14 ++++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index c66a8585fb..9ad77d57d1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ org.jvnet.hudson.main pom - 1.60 + 1.60-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 68f40dd642..9aaf05b077 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.jvnet.hudson.main pom - 1.60 + 1.60-SNAPSHOT pom Hudson main module diff --git a/war/pom.xml b/war/pom.xml index 3a1b8e27ac..176bf9f41a 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -3,7 +3,7 @@ org.jvnet.hudson.main pom - 1.60 + 1.60-SNAPSHOT ../pom.xml @@ -23,9 +23,6 @@ ${basedir}/resources - - WEB-INF/lib/* - @@ -44,12 +41,17 @@ HUDSON_HOME - work + ../../work stapler.jelly.noCache - work + true + + + + stapler.resourcePath + ../core/src/main/resources -- GitLab