Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-08-25 19:09:54 +0000
committerJesse McConnell2015-08-25 19:09:54 +0000
commite9edf4c24b038794c045e8e5f275869db6f04e94 (patch)
treeea253026aaf91fb51f74ae87606935bfe232e1d2 /examples/async-rest/async-rest-jar
parent7a2f4df2c95e1871a4ad4bde49ca0d68819ccd53 (diff)
downloadorg.eclipse.jetty.project-e9edf4c24b038794c045e8e5f275869db6f04e94.tar.gz
org.eclipse.jetty.project-e9edf4c24b038794c045e8e5f275869db6f04e94.tar.xz
org.eclipse.jetty.project-e9edf4c24b038794c045e8e5f275869db6f04e94.zip
[maven-release-plugin] prepare release jetty-9.3.3.v20150825
Diffstat (limited to 'examples/async-rest/async-rest-jar')
-rw-r--r--examples/async-rest/async-rest-jar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async-rest/async-rest-jar/pom.xml b/examples/async-rest/async-rest-jar/pom.xml
index 07e8d87ef8..d315784c0a 100644
--- a/examples/async-rest/async-rest-jar/pom.xml
+++ b/examples/async-rest/async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
- <version>9.3.3-SNAPSHOT</version>
+ <version>9.3.3.v20150825</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top