From 2152a11c4d07fe631552aaa998c072630927b63b Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Sun, 30 Jan 2011 13:27:59 -0800 Subject: [PATCH] more POM changes --- plugins/pom.xml | 12 ++++++------ test/pom.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/pom.xml b/plugins/pom.xml index 8dd304b056..45b8e610e0 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci hudson - 1.8 + 1.10 org.jenkins-ci.plugins @@ -46,7 +46,7 @@ org.jenkins-ci.main - hudson-war + jenkins-war war 1.395 test @@ -59,7 +59,7 @@ org.jenkins-ci.main - hudson-test-harness + jenkins-test-harness 1.395 test @@ -118,9 +118,9 @@ package - org.jvnet.hudson.tools + org.jenkins-ci.tools maven-hpi-plugin - 1.57 + 1.62 true true @@ -228,7 +228,7 @@ maven.hudson-labs.org - http://maven.hudson-labs.org:8081/content/repositories/snapshots + http://maven.jenkins-ci.org:8081/content/repositories/snapshots diff --git a/test/pom.xml b/test/pom.xml index 53339f893b..06cfd04a5c 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -31,7 +31,7 @@ THE SOFTWARE. 4.0.0 org.jenkins-ci.main - hudson-test-harness + jenkins-test-harness stapler-jar Test harness for Jenkins and plugins -- GitLab