Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-10-07 22:41:32 +0000
committerJoakim Erdfelt2015-10-07 22:41:32 +0000
commit9cf0e34a1db39aef2881164279fd7f6d31817e46 (patch)
tree9e80d88541b09e1d3a4a9bc66fed5be3f3cfa7be /examples/async-rest/async-rest-webapp/pom.xml
parent37296bec3c97e19ca0545b73900078f511f8ea9e (diff)
downloadorg.eclipse.jetty.project-9cf0e34a1db39aef2881164279fd7f6d31817e46.tar.gz
org.eclipse.jetty.project-9cf0e34a1db39aef2881164279fd7f6d31817e46.tar.xz
org.eclipse.jetty.project-9cf0e34a1db39aef2881164279fd7f6d31817e46.zip
Updating to version 9.4.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 33cc497847..52b08a7784 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>9.3.4.v20151007</version>
+ <version>9.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top