Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-maven-plugin')
-rw-r--r--jetty-maven-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml
index feffc00c0d..1f095332b5 100644
--- a/jetty-maven-plugin/pom.xml
+++ b/jetty-maven-plugin/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.11-SNAPSHOT</version>
+ <version>9.2.11.M0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-maven-plugin</artifactId>

Back to the top