Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-06-15 17:25:49 +0000
committerJoakim Erdfelt2015-06-15 17:25:49 +0000
commitcf6c4a914eefe109b1a0df8d4ce4c58a162aa990 (patch)
tree40275c4bc9ccdd702afa56a158e0adb94b38ca78 /examples/async-rest/pom.xml
parent6b54c5a72666f75ae1bc1d29cf0084763d154ecd (diff)
downloadorg.eclipse.jetty.project-cf6c4a914eefe109b1a0df8d4ce4c58a162aa990.tar.gz
org.eclipse.jetty.project-cf6c4a914eefe109b1a0df8d4ce4c58a162aa990.tar.xz
org.eclipse.jetty.project-cf6c4a914eefe109b1a0df8d4ce4c58a162aa990.zip
Updating version to 9.3.1-SNAPSHOT
Diffstat (limited to 'examples/async-rest/pom.xml')
-rw-r--r--examples/async-rest/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async-rest/pom.xml b/examples/async-rest/pom.xml
index 09116136d8..9959221d49 100644
--- a/examples/async-rest/pom.xml
+++ b/examples/async-rest/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
- <version>9.3.0.v20150612</version>
+ <version>9.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top