diff --git a/cli/pom.xml b/cli/pom.xml
index 1f0b82fa14..b9423570f3 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -4,7 +4,7 @@
pom
org.jvnet.hudson.main
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
cli
Hudson CLI
diff --git a/core/pom.xml b/core/pom.xml
index bc9888a2af..e0167687bc 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -27,7 +27,7 @@ THE SOFTWARE.
org.jvnet.hudson.main
pom
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
../pom.xml
diff --git a/core/src/main/java/hudson/ClassicPluginStrategy.java b/core/src/main/java/hudson/ClassicPluginStrategy.java
index 7fde835e87..c0c93e2c04 100644
--- a/core/src/main/java/hudson/ClassicPluginStrategy.java
+++ b/core/src/main/java/hudson/ClassicPluginStrategy.java
@@ -324,7 +324,7 @@ public class ClassicPluginStrategy implements PluginStrategy {
// timestamp check
File explodeTime = new File(destDir,".timestamp");
- if(explodeTime.exists() && explodeTime.lastModified()!=archive.lastModified())
+ if(explodeTime.exists() && explodeTime.lastModified()==archive.lastModified())
return; // no need to expand
LOGGER.info("Extracting "+archive);
diff --git a/debian/changelog b/debian/changelog
index e7b92dcbe7..bc66ec9754 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+hudson (1.326) unstable; urgency=low
+
+ * See http://hudson.dev.java.net/changelog.html for more details.
+
+ -- Kohsuke Kawaguchi Mon, 28 Sep 2009 11:25:11 -0700
+
+hudson (1.325) unstable; urgency=low
+
+ * See http://hudson.dev.java.net/changelog.html for more details.
+
+ -- Kohsuke Kawaguchi Fri, 25 Sep 2009 17:10:07 -0700
+
hudson (1.324) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
diff --git a/maven-agent/pom.xml b/maven-agent/pom.xml
index 189d1f8c73..a41d4ba403 100644
--- a/maven-agent/pom.xml
+++ b/maven-agent/pom.xml
@@ -27,7 +27,7 @@ THE SOFTWARE.
org.jvnet.hudson.main
pom
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
../pom.xml
diff --git a/maven-interceptor/pom.xml b/maven-interceptor/pom.xml
index 790a623ee2..2b57e317d3 100644
--- a/maven-interceptor/pom.xml
+++ b/maven-interceptor/pom.xml
@@ -27,7 +27,7 @@ THE SOFTWARE.
org.jvnet.hudson.main
pom
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
../pom.xml
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 11d0ee8214..d02d06a390 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -27,7 +27,7 @@ THE SOFTWARE.
org.jvnet.hudson.main
pom
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
maven-plugin
diff --git a/pom.xml b/pom.xml
index 470a50f14c..2e73a3852c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ THE SOFTWARE.
org.jvnet.hudson.main
pom
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
pom
Hudson main module
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 296da28b75..a908f3b8f9 100644
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -27,7 +27,7 @@ THE SOFTWARE.
org.jvnet.hudson.main
pom
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
../pom.xml
diff --git a/test/pom.xml b/test/pom.xml
index 4b6655e03c..12e58c86f0 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -27,7 +27,7 @@ THE SOFTWARE.
pom
org.jvnet.hudson.main
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
4.0.0
org.jvnet.hudson.main
diff --git a/war/pom.xml b/war/pom.xml
index a4339d493b..3ffe2cf099 100644
--- a/war/pom.xml
+++ b/war/pom.xml
@@ -27,7 +27,7 @@ THE SOFTWARE.
org.jvnet.hudson.main
pom
- 1.325-SNAPSHOT
+ 1.327-SNAPSHOT
../pom.xml
@@ -113,7 +113,7 @@ THE SOFTWARE.
-
+