Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-02-18 21:52:46 +0000
committerJesse McConnell2011-02-18 21:52:46 +0000
commit66d04f00695e99e4794ad9d5fafea5c8ca7e8df7 (patch)
tree4fc233313ed213f9a3c29167dab534000486e01b
parent44a5e0b525060fdb1ff0adb63ed17722e23a21a1 (diff)
downloadorg.eclipse.jetty.project-66d04f00695e99e4794ad9d5fafea5c8ca7e8df7.tar.gz
org.eclipse.jetty.project-66d04f00695e99e4794ad9d5fafea5c8ca7e8df7.tar.xz
org.eclipse.jetty.project-66d04f00695e99e4794ad9d5fafea5c8ca7e8df7.zip
set jetty-test-helper version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2804 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-policy/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-policy/pom.xml b/jetty-policy/pom.xml
index 5d0afc9240..87b7d57e6f 100644
--- a/jetty-policy/pom.xml
+++ b/jetty-policy/pom.xml
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>

Back to the top