Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-09-08 17:20:15 +0000
committerJesse McConnell2011-09-08 17:20:15 +0000
commitd5304b2cbcbf70b2c7075411e53c13727a2346bd (patch)
tree6e14af726e322214950cc617ef261cd8c14c94a7 /jetty-continuation
parentc33548d38a038c277d6fdf6ab7bbd1c7890618a7 (diff)
downloadorg.eclipse.jetty.project-d5304b2cbcbf70b2c7075411e53c13727a2346bd.tar.gz
org.eclipse.jetty.project-d5304b2cbcbf70b2c7075411e53c13727a2346bd.tar.xz
org.eclipse.jetty.project-d5304b2cbcbf70b2c7075411e53c13727a2346bd.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 9a004b1f21..bcc2304b79 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>8.0.1.v20110908</version>
+ <version>8.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-continuation</artifactId>

Back to the top