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/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/pom.xml')
-rw-r--r--examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 00b5ac51cb..c819d7e1d1 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.3.0.v20150612</version>
+ <version>9.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top