Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-06-11 22:08:29 +0000
committerJoakim Erdfelt2015-06-11 22:08:29 +0000
commitf53c5d8fac4c9742ead56659f4e2e62b5ec2cbcc (patch)
tree6fab8842fda3102a9ff92554f66e7b76912e3fd8 /examples/async-rest/async-rest-jar/pom.xml
parent4d267f08b7c9faf9edeb955d014a8e0908ab44d7 (diff)
downloadorg.eclipse.jetty.project-f53c5d8fac4c9742ead56659f4e2e62b5ec2cbcc.tar.gz
org.eclipse.jetty.project-f53c5d8fac4c9742ead56659f4e2e62b5ec2cbcc.tar.xz
org.eclipse.jetty.project-f53c5d8fac4c9742ead56659f4e2e62b5ec2cbcc.zip
[maven-release-plugin] prepare release jetty-9.3.0.v20150611
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 f52a3fae24..cf32d1ff82 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.0-SNAPSHOT</version>
+ <version>9.3.0.v20150611</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top