Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2011-04-05 19:43:41 +0000
committerMichael Gorovoy2011-04-05 19:43:41 +0000
commitac4777e2e320f48ffc7e07ed4230b8b1b915c562 (patch)
tree6fed449b04436c36853b07940fabd5d1f7805903
parent9b01e9324e08cbbe36a4b5b10db005b2f75454a0 (diff)
downloadorg.eclipse.jetty.project-ac4777e2e320f48ffc7e07ed4230b8b1b915c562.tar.gz
org.eclipse.jetty.project-ac4777e2e320f48ffc7e07ed4230b8b1b915c562.tar.xz
org.eclipse.jetty.project-ac4777e2e320f48ffc7e07ed4230b8b1b915c562.zip
Set the version of jetty-test-helper to 1.3
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2979 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 374bd90033..8b361b9fc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j-version>1.5.11</slf4j-version>
<build-support-version>1.0</build-support-version>
+ <jetty.test.helper>1.3</jetty.test.helper>
<jetty.test.policy>1.2</jetty.test.policy>
</properties>
<scm>
@@ -332,7 +333,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>${jetty.test.helper}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

Back to the top