Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-09-30 17:33:06 +0000
committerJesse McConnell2013-09-30 17:33:06 +0000
commit0b3f431d27e8f26602b9939d3b56597619676c20 (patch)
tree083b06e3af52ffdc7865cb245d4e06349a9d142e /jetty-distribution
parentaf2e6ff9117e8ca903cebeacc7e3196467aa2800 (diff)
downloadorg.eclipse.jetty.project-0b3f431d27e8f26602b9939d3b56597619676c20.tar.gz
org.eclipse.jetty.project-0b3f431d27e8f26602b9939d3b56597619676c20.tar.xz
org.eclipse.jetty.project-0b3f431d27e8f26602b9939d3b56597619676c20.zip
set version back to 9.0.6-SNAPSHOT
Diffstat (limited to 'jetty-distribution')
-rw-r--r--jetty-distribution/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 2bd16280fa..8e0654ad0c 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.7-SNAPSHOT</version>
+ <version>9.0.6-SNAPSHOT</version>
</parent>
<artifactId>jetty-distribution</artifactId>
<name>Jetty :: Distribution Assemblies</name>

Back to the top