Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-04-08 02:31:34 +0000
committerGreg Wilkins2013-04-08 02:31:34 +0000
commitb8dd8bde142e0bbfaae399a97ead1323081d0c91 (patch)
tree22d6fc26c986bb62bb802eb351d4f2915cd9d460 /jetty-jsp
parentbf3771904b133d3e30e3a5f60a8d85a616728668 (diff)
downloadorg.eclipse.jetty.project-b8dd8bde142e0bbfaae399a97ead1323081d0c91.tar.gz
org.eclipse.jetty.project-b8dd8bde142e0bbfaae399a97ead1323081d0c91.tar.xz
org.eclipse.jetty.project-b8dd8bde142e0bbfaae399a97ead1323081d0c91.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-jsp')
-rw-r--r--jetty-jsp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-jsp/pom.xml b/jetty-jsp/pom.xml
index bab9c28ed7..9f109d2d19 100644
--- a/jetty-jsp/pom.xml
+++ b/jetty-jsp/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.1.v20130408</version>
+ <version>9.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-jsp</artifactId>

Back to the top