Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-06-25 15:29:26 +0000
committerJoakim Erdfelt2013-06-25 15:29:26 +0000
commit78b5f7df1fd491deec4fa86188eb386bf52954c2 (patch)
treeb88e7970ccadaa27749298a4570e2529d07db689 /examples/pom.xml
parent5f2c937fcb92991ccc510735699c0fe36ba7bef2 (diff)
downloadorg.eclipse.jetty.project-78b5f7df1fd491deec4fa86188eb386bf52954c2.tar.gz
org.eclipse.jetty.project-78b5f7df1fd491deec4fa86188eb386bf52954c2.tar.xz
org.eclipse.jetty.project-78b5f7df1fd491deec4fa86188eb386bf52954c2.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 8cb0f8d5fc..e311e4d946 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.0.4.v20130625</version>
+ <version>9.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top