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-client
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-client')
-rw-r--r--jetty-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-client/pom.xml b/jetty-client/pom.xml
index 87da41ed0c..ba8790937b 100644
--- a/jetty-client/pom.xml
+++ b/jetty-client/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.12-SNAPSHOT</version>
+ <version>9.2.12.M0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top