Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-03-02 14:57:43 +0000
committerJesse McConnell2012-03-02 14:57:43 +0000
commitd1c8c477ea2dd45c1b0c9752149d5842aa53fe9c (patch)
treefc9014727ccf571bed8c3a75975350cfc960fd8a /example-async-rest/async-rest-jar/pom.xml
parentb75868e84fb05b41d20e2afe99ddd18e3f416542 (diff)
downloadorg.eclipse.jetty.project-d1c8c477ea2dd45c1b0c9752149d5842aa53fe9c.tar.gz
org.eclipse.jetty.project-d1c8c477ea2dd45c1b0c9752149d5842aa53fe9c.tar.xz
org.eclipse.jetty.project-d1c8c477ea2dd45c1b0c9752149d5842aa53fe9c.zip
[maven-release-plugin] prepare for next development iteration
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 74121b04ef..aa8d1e4f70 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.2.v20120302</version>
+ <version>8.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.example-async-rest</groupId>

Back to the top