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 26b14116a6..2b2758c764 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.3.7-SNAPSHOT</version>
+ <version>9.3.7.v20160115</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top