Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-06-04 13:08:54 +0000
committerGreg Wilkins2014-06-04 13:08:54 +0000
commit8f4aeeeb8dc4c6e8d4f1d831965df7fa8b4847b1 (patch)
tree8cc84ddc485278d6d9b17835b9034afac6312277 /examples/pom.xml
parentb153430cee97d1c3675e144958ad73ccbfc45756 (diff)
downloadorg.eclipse.jetty.project-8f4aeeeb8dc4c6e8d4f1d831965df7fa8b4847b1.tar.gz
org.eclipse.jetty.project-8f4aeeeb8dc4c6e8d4f1d831965df7fa8b4847b1.tar.xz
org.eclipse.jetty.project-8f4aeeeb8dc4c6e8d4f1d831965df7fa8b4847b1.zip
updated version to 10.0.0-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 737b90f614..c2afbed3bb 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.2.0-SNAPSHOT</version>
+ <version>10.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top