Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-11-12 23:13:14 +0000
committerJesse McConnell2014-11-12 23:13:14 +0000
commit97d2bd95a6dd5fdbc64910c757140fbeab2afa62 (patch)
tree49272bc018693e6479e527967f176240fffb4dbf /examples/async-rest/async-rest-jar
parent1e854936a221d85096fd0e103740c75790cba70a (diff)
downloadorg.eclipse.jetty.project-97d2bd95a6dd5fdbc64910c757140fbeab2afa62.tar.gz
org.eclipse.jetty.project-97d2bd95a6dd5fdbc64910c757140fbeab2afa62.tar.xz
org.eclipse.jetty.project-97d2bd95a6dd5fdbc64910c757140fbeab2afa62.zip
[maven-release-plugin] prepare release jetty-9.2.5.v20141112jetty-9.2.5.v20141112
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 a664d22ee6..574b8679e7 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.5-SNAPSHOT</version>
+ <version>9.2.5.v20141112</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top