Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-06-15 20:34:03 +0000
committerJesse McConnell2015-06-15 20:34:03 +0000
commitd3dec8d51310670d44fcf5b125644fd9d3924707 (patch)
tree47349c1c521b670127cf8445195dc8ddd31dd4b8 /jetty-http
parent3958625993bbf8127b208252e5d3789b6483aaee (diff)
downloadorg.eclipse.jetty.project-d3dec8d51310670d44fcf5b125644fd9d3924707.tar.gz
org.eclipse.jetty.project-d3dec8d51310670d44fcf5b125644fd9d3924707.tar.xz
org.eclipse.jetty.project-d3dec8d51310670d44fcf5b125644fd9d3924707.zip
[maven-release-plugin] prepare release jetty-9.2.12.M0jetty-9.2.12.M0
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 bb7dd646d9..ce3fee18b0 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.12-SNAPSHOT</version>
+ <version>9.2.12.M0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-http</artifactId>

Back to the top