Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-06-25 23:37:05 +0000
committerJoakim Erdfelt2013-06-25 23:37:05 +0000
commitd857562059b076cf8d64d27815180eb855b025e2 (patch)
tree92027f0b7f5469128439b0d3b99c0e4f93e6bb08 /jetty-http
parentf9864938274573ebc58300768ca7076421811dc5 (diff)
parentbf3e6a4a53502d47dc1fe4353ea57e172a9c833d (diff)
downloadorg.eclipse.jetty.project-d857562059b076cf8d64d27815180eb855b025e2.tar.gz
org.eclipse.jetty.project-d857562059b076cf8d64d27815180eb855b025e2.tar.xz
org.eclipse.jetty.project-d857562059b076cf8d64d27815180eb855b025e2.zip
Merge branch 'release-9'
Diffstat (limited to 'jetty-http')
-rw-r--r--jetty-http/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index bbf3d08ab6..e8de81ef11 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
- <version>9.0.4-SNAPSHOT</version>
+ <version>9.0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-http</artifactId>

Back to the top