Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-03-01 17:26:43 +0000
committerJoakim Erdfelt2013-03-01 17:26:43 +0000
commitc267c1a9d00cb31a0c1de803cd799f029e9f9022 (patch)
tree6a7c2ad16871995e3232d047ae8c5afec5f429cd /examples/pom.xml
parentba15fe04e279a7df056dfbfe939e44f2c46b2309 (diff)
downloadorg.eclipse.jetty.project-c267c1a9d00cb31a0c1de803cd799f029e9f9022.tar.gz
org.eclipse.jetty.project-c267c1a9d00cb31a0c1de803cd799f029e9f9022.tar.xz
org.eclipse.jetty.project-c267c1a9d00cb31a0c1de803cd799f029e9f9022.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 ff96466644..1073633ddb 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.0.RC3</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top