Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-09-11 13:10:44 +0000
committerJoakim Erdfelt2014-09-11 13:10:44 +0000
commit9249ebb6ef35feb0962335d366119dd6d2803eb2 (patch)
tree789f88c6e22eb6839be6c858b02c5a3b952849d0 /jetty-http
parent9bfeb2221f4fde3a32c042486df06bb09d7bd672 (diff)
downloadorg.eclipse.jetty.project-9249ebb6ef35feb0962335d366119dd6d2803eb2.tar.gz
org.eclipse.jetty.project-9249ebb6ef35feb0962335d366119dd6d2803eb2.tar.xz
org.eclipse.jetty.project-9249ebb6ef35feb0962335d366119dd6d2803eb2.zip
Using 9.2.4-SNAPSHOT for branch
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 466d02d460..e8872187e7 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.2.3.v20140905</version>
+ <version>9.2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-http</artifactId>

Back to the top