Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-07-23 18:18:01 +0000
committerJoakim Erdfelt2014-07-23 18:18:01 +0000
commitcb42ef21672e5162c0ae64fde1752d847ffbe85f (patch)
treea55e701b24a568a62523347ff4adf3bcc177333f /examples/pom.xml
parentdc62cb5ac7d6f6953b88dc429ee8172ef02388c0 (diff)
downloadorg.eclipse.jetty.project-cb42ef21672e5162c0ae64fde1752d847ffbe85f.tar.gz
org.eclipse.jetty.project-cb42ef21672e5162c0ae64fde1752d847ffbe85f.tar.xz
org.eclipse.jetty.project-cb42ef21672e5162c0ae64fde1752d847ffbe85f.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 71f7eb0ef3..f0add209d8 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.2.2.v20140723</version>
+ <version>9.2.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top