Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-11-03 19:46:52 +0000
committerJesse McConnell2014-11-03 19:46:52 +0000
commit772ff0bfd4a82a08219dab0757a1ca14e6549629 (patch)
tree66fcbda4ce82721aa89ae34bfead0bc52c5fd9f1 /examples/async-rest/async-rest-webapp/pom.xml
parent8df8b2b158a59334272c6d4fa9ead6f892c830a5 (diff)
downloadorg.eclipse.jetty.project-772ff0bfd4a82a08219dab0757a1ca14e6549629.tar.gz
org.eclipse.jetty.project-772ff0bfd4a82a08219dab0757a1ca14e6549629.tar.xz
org.eclipse.jetty.project-772ff0bfd4a82a08219dab0757a1ca14e6549629.zip
[maven-release-plugin] prepare release jetty-9.2.4.v20141103jetty-9.2.4.v20141103
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 b778c913ed..48ceef905b 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.2.4-SNAPSHOT</version>
+ <version>9.2.4.v20141103</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top