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 /jetty-ant
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 'jetty-ant')
-rw-r--r--jetty-ant/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 527a1fd630..3f9ade04e3 100644
--- a/jetty-ant/pom.xml
+++ b/jetty-ant/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.0.M0</version>
+ <version>9.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-ant</artifactId>

Back to the top