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 /jetty-start
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 'jetty-start')
-rw-r--r--jetty-start/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index af98d390bb..1cd3077ccf 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.3.1-SNAPSHOT</version>
+ <version>9.3.0.v20150612</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-start</artifactId>

Back to the top