Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jetty-test-helper/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-test-helper/pom.xml b/jetty-test-helper/pom.xml
index b6172fc..ec2bed0 100644
--- a/jetty-test-helper/pom.xml
+++ b/jetty-test-helper/pom.xml
@@ -9,7 +9,7 @@
</parent>
<artifactId>jetty-test-helper</artifactId>
<packaging>jar</packaging>
- <version>2.9-SNAPSHOT</version>
+ <version>2.10-SNAPSHOT</version>
<name>Jetty Toolchain :: Test Helper</name>
<description>Unit Testing Support for Jetty (common classes for some unit tests)</description>
<properties>

Back to the top