Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'example-async-rest/pom.xml')
-rw-r--r--example-async-rest/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-async-rest/pom.xml b/example-async-rest/pom.xml
index 4c27d341de..c3c2e5fb48 100644
--- a/example-async-rest/pom.xml
+++ b/example-async-rest/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>8.1.4-SNAPSHOT</version>
+ <version>8.1.4.v20120522</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty</groupId>

Back to the top