Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-02-17 14:54:56 +0000
committerJesse McConnell2015-02-17 14:54:56 +0000
commitf94d527f5ff74d6f8d422b0dc81982cc1ae95a6f (patch)
treee1fbf450292d82b42e8d5cd0bea7004c5d886704 /jetty-maven-plugin
parenta91154dc5a10d7846dcee2b2cf5b60bf2437fedf (diff)
downloadorg.eclipse.jetty.project-f94d527f5ff74d6f8d422b0dc81982cc1ae95a6f.tar.gz
org.eclipse.jetty.project-f94d527f5ff74d6f8d422b0dc81982cc1ae95a6f.tar.xz
org.eclipse.jetty.project-f94d527f5ff74d6f8d422b0dc81982cc1ae95a6f.zip
[maven-release-plugin] prepare for next development iteration
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 500cceca78..baa1ba7265 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.3.0.M2</version>
+ <version>9.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-maven-plugin</artifactId>

Back to the top