Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2012-09-20 22:43:21 +0000
committerGreg Wilkins2012-09-20 22:43:21 +0000
commit15804e76e2f0a168016e7d27245e06818fb68b92 (patch)
tree1c95015b7cf8ed63014df7b5aeea601b992736db
parentb9ceb8703db5a92cf263641a4a035df0502a7a83 (diff)
downloadorg.eclipse.jetty.project-15804e76e2f0a168016e7d27245e06818fb68b92.tar.gz
org.eclipse.jetty.project-15804e76e2f0a168016e7d27245e06818fb68b92.tar.xz
org.eclipse.jetty.project-15804e76e2f0a168016e7d27245e06818fb68b92.zip
jetty-9 use latest test helper
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d53054b551..25a9c1a90f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -512,7 +512,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

Back to the top