Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-10-31 14:58:16 +0000
committerJesse McConnell2014-10-31 14:58:16 +0000
commit1c4a08b35b913d88a61b6af216de0901932038ad (patch)
treec2df749019bca58626c020f4150f3bfe81bbc62d /jetty-xml
parenta4ff7bf8412a6ec10ac26dfc71261b424fc740b8 (diff)
downloadorg.eclipse.jetty.project-1c4a08b35b913d88a61b6af216de0901932038ad.tar.gz
org.eclipse.jetty.project-1c4a08b35b913d88a61b6af216de0901932038ad.tar.xz
org.eclipse.jetty.project-1c4a08b35b913d88a61b6af216de0901932038ad.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-xml')
-rw-r--r--jetty-xml/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml
index dfd6971e26..4e8dd4029b 100644
--- a/jetty-xml/pom.xml
+++ b/jetty-xml/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.4.v20141031</version>
+ <version>9.2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-xml</artifactId>

Back to the top