Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-01-16 16:41:45 +0000
committerJesse McConnell2015-01-16 16:41:45 +0000
commitdb991355a2fc208a58d25604f54fa50b75da5a94 (patch)
tree1266428a23045a6c5e7d61a4f7628f242b9110ca /examples/async-rest/async-rest-jar
parent6930abb8d324d1391ae3d67be867bf6c0cbb4241 (diff)
downloadorg.eclipse.jetty.project-db991355a2fc208a58d25604f54fa50b75da5a94.tar.gz
org.eclipse.jetty.project-db991355a2fc208a58d25604f54fa50b75da5a94.tar.xz
org.eclipse.jetty.project-db991355a2fc208a58d25604f54fa50b75da5a94.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'examples/async-rest/async-rest-jar')
-rw-r--r--examples/async-rest/async-rest-jar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index 4b1d600d7e..785e2e5ed2 100644
--- a/examples/async-rest/async-rest-jar/pom.xml
+++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
- <version>9.2.7.v20140116</version>
+ <version>9.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top