Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-plugins/pom.xml')
-rw-r--r--jetty-plugins/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-plugins/pom.xml b/jetty-plugins/pom.xml
index 12b1190021..f89dfab061 100644
--- a/jetty-plugins/pom.xml
+++ b/jetty-plugins/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.0.0.M2</version>
</parent>
<artifactId>jetty-plugins</artifactId>
<name>Jetty :: Plugin Support</name>

Back to the top