Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-06-16 19:33:03 +0000
committerSimone Bordet2014-06-16 19:33:03 +0000
commit334db9fe72facc8b0a9823b02e2a7c42e2435dd5 (patch)
treee3f96f8cc9f91182dcddf8dc6af9247f23628cbe /examples/async-rest/async-rest-webapp/pom.xml
parent1d2690ed11f2458173d6ffdaf15ac7aa3b0344a8 (diff)
downloadorg.eclipse.jetty.project-334db9fe72facc8b0a9823b02e2a7c42e2435dd5.tar.gz
org.eclipse.jetty.project-334db9fe72facc8b0a9823b02e2a7c42e2435dd5.tar.xz
org.eclipse.jetty.project-334db9fe72facc8b0a9823b02e2a7c42e2435dd5.zip
Updated version to 9.3.0-SNAPSHOT.
Diffstat (limited to 'examples/async-rest/async-rest-webapp/pom.xml')
-rw-r--r--examples/async-rest/async-rest-webapp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 3b0adf8093..f12a5ba66a 100644
--- a/examples/async-rest/async-rest-webapp/pom.xml
+++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
- <version>10.0.0-SNAPSHOT</version>
+ <version>9.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top