Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-03-01 23:08:32 +0000
committerJoakim Erdfelt2013-03-01 23:08:32 +0000
commit94756a42c385f0e71844f9ae0adb02d74c3d7e78 (patch)
treee9c0ef07ef85c231d6c46b9d7ad2cf9ce9508203 /jetty-ant
parent96dabe7e62e3f196e7f25b3293c0afd39fc4e48a (diff)
downloadorg.eclipse.jetty.project-94756a42c385f0e71844f9ae0adb02d74c3d7e78.tar.gz
org.eclipse.jetty.project-94756a42c385f0e71844f9ae0adb02d74c3d7e78.tar.xz
org.eclipse.jetty.project-94756a42c385f0e71844f9ae0adb02d74c3d7e78.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 1ceb811ca2..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.RC3</version>
+ <version>9.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-ant</artifactId>

Back to the top