Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-04-09 15:44:51 +0000
committerJesse McConnell2014-04-09 15:44:51 +0000
commitf32e8bd3c052b0956a7a117a97c80ff3c992a60b (patch)
treec50dd88d10b2261770a6777292acfc310f96a1d7 /examples/pom.xml
parent47906076f6b8ce7a9de254505b000daeef0fd79f (diff)
downloadorg.eclipse.jetty.project-f32e8bd3c052b0956a7a117a97c80ff3c992a60b.tar.gz
org.eclipse.jetty.project-f32e8bd3c052b0956a7a117a97c80ff3c992a60b.tar.xz
org.eclipse.jetty.project-f32e8bd3c052b0956a7a117a97c80ff3c992a60b.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index b2d44a49ad..737b90f614 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.0.M0</version>
+ <version>9.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top