Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-start/pom.xml')
-rw-r--r--jetty-start/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 1a9c41a0a8..95714b5f31 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.0.0.M2-SNAPSHOT</version>
+ <version>7.0.0.M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-start</artifactId>

Back to the top