Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-01-20 01:54:23 +0000
committerJesse McConnell2013-01-20 01:54:23 +0000
commit94feb0d651a7e23edbcf0097a796e85e270c4ce9 (patch)
tree22161e814fe16b5f769b23dc9169513b3694acd7 /jetty-continuation
parent4da026bca58d5921ae9f48984ac71d67316f7a22 (diff)
downloadorg.eclipse.jetty.project-94feb0d651a7e23edbcf0097a796e85e270c4ce9.tar.gz
org.eclipse.jetty.project-94feb0d651a7e23edbcf0097a796e85e270c4ce9.tar.xz
org.eclipse.jetty.project-94feb0d651a7e23edbcf0097a796e85e270c4ce9.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 eeb4e13ed7..55df520021 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.0.M5</version>
+ <version>9.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-continuation</artifactId>

Back to the top