Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-12-03 14:26:13 +0000
committerJesse McConnell2014-12-03 14:26:35 +0000
commit5c7f7064965462f70cfdc12ec9ff8f514ff12623 (patch)
tree4b8eb572f403a2f383dbc11880f604d71dc0fcae /examples/async-rest/async-rest-jar/pom.xml
parent904b6a113f8d2cf3a3337c7708437cbff3b6a775 (diff)
downloadorg.eclipse.jetty.project-5c7f7064965462f70cfdc12ec9ff8f514ff12623.tar.gz
org.eclipse.jetty.project-5c7f7064965462f70cfdc12ec9ff8f514ff12623.tar.xz
org.eclipse.jetty.project-5c7f7064965462f70cfdc12ec9ff8f514ff12623.zip
[maven-release-plugin] prepare release jetty-9.2.6.v20141203
Diffstat (limited to 'examples/async-rest/async-rest-jar/pom.xml')
-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 12d8f1cbc9..de3d460bd5 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.2.6-SNAPSHOT</version>
+ <version>9.2.6.v20141203</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top