Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-06-07 19:41:49 +0000
committerJoakim Erdfelt2013-06-07 19:41:49 +0000
commita3a3a3e072506b7521280b167c02b4d23c01f308 (patch)
tree3631778b3bc4ab986316490239f74b144936a662
parente1f1996183ee6356d880230c1391eb8f0f911711 (diff)
downloadorg.eclipse.jetty.toolchain-a3a3a3e072506b7521280b167c02b4d23c01f308.tar.gz
org.eclipse.jetty.toolchain-a3a3a3e072506b7521280b167c02b4d23c01f308.tar.xz
org.eclipse.jetty.toolchain-a3a3a3e072506b7521280b167c02b4d23c01f308.zip
[maven-release-plugin] prepare for next development iteration
-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 8894d88..78201bc 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.3</version>
+ <version>2.4-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