Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-06-12 16:34:24 +0000
committerJoakim Erdfelt2015-06-12 16:34:24 +0000
commit1a9da9f9e433eaaf934b5713606ab48a53dfffd1 (patch)
treef9d7f6292d6488035e61f5f8a5bf6ec82cb59a64 /examples/pom.xml
parent68746609d62241ef097feee59e64360eac263d7c (diff)
downloadorg.eclipse.jetty.project-1a9da9f9e433eaaf934b5713606ab48a53dfffd1.tar.gz
org.eclipse.jetty.project-1a9da9f9e433eaaf934b5713606ab48a53dfffd1.tar.xz
org.eclipse.jetty.project-1a9da9f9e433eaaf934b5713606ab48a53dfffd1.zip
Updating versions to 9.3.0.v20150612
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 c819d7e1d1..00b5ac51cb 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.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top