Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-05-08 16:44:34 +0000
committerJesse McConnell2014-05-08 16:44:34 +0000
commit4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0 (patch)
treeb30d83b5068077c60f6e41654fa9dc507d75d51b /jetty-spring/pom.xml
parent4515fe661b88727fef7f880ad58c2988dce3cd35 (diff)
downloadorg.eclipse.jetty.project-4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0.tar.gz
org.eclipse.jetty.project-4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0.tar.xz
org.eclipse.jetty.project-4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-spring/pom.xml')
-rw-r--r--jetty-spring/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index 129c58ccf0..f467399975 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.0.M1</version>
+ <version>9.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-spring</artifactId>

Back to the top