Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/async-rest/pom.xml')
-rw-r--r--examples/async-rest/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 2d8858a0a4..6ba443563b 100644
--- a/examples/async-rest/pom.xml
+++ b/examples/async-rest/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
- <version>9.2.16.v20160407</version>
+ <version>9.2.17-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top