Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-02-01 17:47:11 +0000
committerJoakim Erdfelt2013-02-01 17:47:11 +0000
commitc6fe8ef716672957eebd3198849f39624b783f63 (patch)
treebe6066250c0724d45798b64227f61ac992cf380a /jetty-ant
parent2ebdc749db42481c9a291c772ba7eb1542da019d (diff)
downloadorg.eclipse.jetty.project-c6fe8ef716672957eebd3198849f39624b783f63.tar.gz
org.eclipse.jetty.project-c6fe8ef716672957eebd3198849f39624b783f63.tar.xz
org.eclipse.jetty.project-c6fe8ef716672957eebd3198849f39624b783f63.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-ant')
-rwxr-xr-xjetty-ant/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-ant/pom.xml b/jetty-ant/pom.xml
index 980e4360d1..61ce4ea731 100755
--- 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.0.0.RC0</version>
+ <version>9.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-ant</artifactId>

Back to the top