diff --git a/cli/pom.xml b/cli/pom.xml index 6a92b9e050c1b68675003045e4c85101893557a9..4692ec9b1d43ec1186737eb59be72f1c4e5a841b 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ pom org.jvnet.hudson.main - 1.315-SNAPSHOT + 1.316-SNAPSHOT cli Hudson CLI diff --git a/core/pom.xml b/core/pom.xml index 3a718d372df39e8b1197cbdf89200292bb534d1d..71b865348b5516322ab6ee42c49964846eb3fe6a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.315-SNAPSHOT + 1.316-SNAPSHOT ../pom.xml diff --git a/core/src/main/java/hudson/ClassicPluginStrategy.java b/core/src/main/java/hudson/ClassicPluginStrategy.java index 52e2aa18e91256ec6d27331fb4e73a648d004428..27cca2e40348981ddba213022b983d32ac252532 100644 --- a/core/src/main/java/hudson/ClassicPluginStrategy.java +++ b/core/src/main/java/hudson/ClassicPluginStrategy.java @@ -123,7 +123,7 @@ public class ClassicPluginStrategy implements PluginStrategy { // String export = manifest.getMainAttributes().getValue("Export"); List paths = new ArrayList(); - if (isLinked) { + if (isLinked) { parseClassPath(manifest, archive, paths, "Libraries", ","); parseClassPath(manifest, archive, paths, "Class-Path", " +"); // backward compatibility diff --git a/debian/changelog b/debian/changelog index 0a4ab2f55f456a90d02297bb8ddc73d895647c34..0c2c9867af6c5cc6f66eec1b9badb2bf13b2a981 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hudson (1.315) unstable; urgency=low + + * See http://hudson.dev.java.net/changelog.html for more details. + + -- Kohsuke Kawaguchi Fri, 10 Jul 2009 19:07:34 -0700 + hudson (1.314) 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 d23e1d942018722882f97d8cf9144313227a8213..5733c5f468d8cdd8f1cade06c65a90e2e38c3262 100644 --- a/maven-agent/pom.xml +++ b/maven-agent/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.315-SNAPSHOT + 1.316-SNAPSHOT ../pom.xml diff --git a/maven-interceptor/pom.xml b/maven-interceptor/pom.xml index e531c1e9ad62d43b9adec89c9e35752d945a7bb4..c90db4c18242aeb9e8e0d48656dfb2c025c862d2 100644 --- a/maven-interceptor/pom.xml +++ b/maven-interceptor/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.315-SNAPSHOT + 1.316-SNAPSHOT ../pom.xml diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index eae3f777593bec819b12b7ef2f5aaff3d30450dc..4109dd0e484ff246996ddae9883e14bc317579fb 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.315-SNAPSHOT + 1.316-SNAPSHOT maven-plugin diff --git a/pom.xml b/pom.xml index f26d24dd7d1af44e6ab0a33aee17a8c3d2d6863a..676f922e5b55bc0ffcfb667e82a772000af18d4e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.315-SNAPSHOT + 1.316-SNAPSHOT pom Hudson main module diff --git a/release.sh b/release.sh index c8f52b7369052d3e0aa08b46c1167608884ecf7a..ba0b1717cb5b46f9c49347972d3094785163456e 100755 --- a/release.sh +++ b/release.sh @@ -83,7 +83,9 @@ chmod u+x publish-javadoc.sh ./publish-javadoc.sh # update index -./javadocReverseIndex.groovy > .htaccess +pushd target/checkout +./javadocReverseIndex.groovy > ../../.htaccess +popd scp .htaccess hudson-ci.org:~/www/hudson-ci.org/javadoc/byShortName # create and publish debian package diff --git a/remoting/pom.xml b/remoting/pom.xml index 110d37c066747793a3c35ff43e715b0b99bad8f5..325da7945dabe4e3a612a93eaafa69a6f8221c24 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.315-SNAPSHOT + 1.316-SNAPSHOT ../pom.xml diff --git a/test/pom.xml b/test/pom.xml index 28bdda0827e1b51005829583223fbf167005898b..cfa86f6fa82cdd570ddd6b80e4368c4fb3260501 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. pom org.jvnet.hudson.main - 1.315-SNAPSHOT + 1.316-SNAPSHOT 4.0.0 org.jvnet.hudson.main diff --git a/war/pom.xml b/war/pom.xml index 86a3be1a527bd27ca9347e46dff71627cdb2338a..ce0c9cd0b3c641d1ac18e56ba54e119f6ad54335 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.315-SNAPSHOT + 1.316-SNAPSHOT ../pom.xml @@ -112,7 +112,7 @@ THE SOFTWARE. - +