Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-03-08 18:33:23 +0000
committerJoakim Erdfelt2013-03-08 18:33:23 +0000
commit897c35c2cb556e2dd16e31e30a9b302576ba306a (patch)
treebda6f07e1ad4dc70a3d3458b6725e3a20c140882 /aggregates
parentcc6196af50edf256c6fa3ead21d726073b08a087 (diff)
downloadorg.eclipse.jetty.project-897c35c2cb556e2dd16e31e30a9b302576ba306a.tar.gz
org.eclipse.jetty.project-897c35c2cb556e2dd16e31e30a9b302576ba306a.tar.xz
org.eclipse.jetty.project-897c35c2cb556e2dd16e31e30a9b302576ba306a.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'aggregates')
-rw-r--r--aggregates/jetty-all/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index a9ac0c0d98..60119e901c 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.0.v20130308</version>
+ <version>9.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top