Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-05-08 16:44:27 +0000
committerJesse McConnell2014-05-08 16:44:27 +0000
commit4515fe661b88727fef7f880ad58c2988dce3cd35 (patch)
tree6571c5213f70d6202c28d487953cd4cac5bc6994 /jetty-continuation
parent042ce196a50bf0bbb515fafa54856412c1c91740 (diff)
downloadorg.eclipse.jetty.project-4515fe661b88727fef7f880ad58c2988dce3cd35.tar.gz
org.eclipse.jetty.project-4515fe661b88727fef7f880ad58c2988dce3cd35.tar.xz
org.eclipse.jetty.project-4515fe661b88727fef7f880ad58c2988dce3cd35.zip
[maven-release-plugin] prepare release jetty-9.2.0.M1jetty-9.2.0.M1
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 a926837af2..f93f6fb6aa 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.2.0-SNAPSHOT</version>
+ <version>9.2.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-continuation</artifactId>

Back to the top