Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-04-15 16:40:45 +0000
committerJesse McConnell2013-04-15 16:40:45 +0000
commit0b20467c6fc8533e336b5592ea2f5921ce205d14 (patch)
tree9e671bd62c319d7f0bb4840270230677eac0f9dd /jetty-continuation
parent3aa43017118a14a45cce1eceafec5972acbebead (diff)
downloadorg.eclipse.jetty.project-0b20467c6fc8533e336b5592ea2f5921ce205d14.tar.gz
org.eclipse.jetty.project-0b20467c6fc8533e336b5592ea2f5921ce205d14.tar.xz
org.eclipse.jetty.project-0b20467c6fc8533e336b5592ea2f5921ce205d14.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-continuation')
-rw-r--r--jetty-continuation/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml
index b4d938c74a..5478f6ae61 100644
--- a/jetty-continuation/pom.xml
+++ b/jetty-continuation/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.2.v20130415</version>
+ <version>9.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-continuation</artifactId>

Back to the top