Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-02-15 20:29:28 +0000
committerJesse McConnell2012-02-15 20:29:28 +0000
commit3705b424c8da009d7ba7d4371cf2613b9d88ef71 (patch)
tree10acd292b30dc5ba0abb96e97dc25e51666ffc4f /example-async-rest/async-rest-jar/pom.xml
parent041bc101df42e0ca09ea9dc4c780d89befe8c017 (diff)
downloadorg.eclipse.jetty.project-3705b424c8da009d7ba7d4371cf2613b9d88ef71.tar.gz
org.eclipse.jetty.project-3705b424c8da009d7ba7d4371cf2613b9d88ef71.tar.xz
org.eclipse.jetty.project-3705b424c8da009d7ba7d4371cf2613b9d88ef71.zip
[maven-release-plugin] prepare release jetty-8.1.1.v20120215jetty-8.1.1.v20120215
Diffstat (limited to 'example-async-rest/async-rest-jar/pom.xml')
-rw-r--r--example-async-rest/async-rest-jar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-async-rest/async-rest-jar/pom.xml b/example-async-rest/async-rest-jar/pom.xml
index 894f2c448e..794b5f54d4 100644
--- a/example-async-rest/async-rest-jar/pom.xml
+++ b/example-async-rest/async-rest-jar/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
- <version>8.1.1-SNAPSHOT</version>
+ <version>8.1.1.v20120215</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top