Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-01-25 15:31:06 +0000
committerJesse McConnell2012-01-25 15:31:06 +0000
commit0c96fc40ea42ea2eb7ffe65e5144b6dcd97f5a10 (patch)
tree728050593ed356af42dff6e7ebb7b8df595b78eb /jetty-nested
parentb455b7d94ebab0ed776648c983860f61d195f518 (diff)
downloadorg.eclipse.jetty.project-0c96fc40ea42ea2eb7ffe65e5144b6dcd97f5a10.tar.gz
org.eclipse.jetty.project-0c96fc40ea42ea2eb7ffe65e5144b6dcd97f5a10.tar.xz
org.eclipse.jetty.project-0c96fc40ea42ea2eb7ffe65e5144b6dcd97f5a10.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-nested')
-rw-r--r--jetty-nested/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-nested/pom.xml b/jetty-nested/pom.xml
index 95e274f19d..9f69eb645b 100644
--- a/jetty-nested/pom.xml
+++ b/jetty-nested/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.6.0.v20120125</version>
+ <version>7.6.1-SNAPSHOT</version>
</parent>
<artifactId>jetty-nested</artifactId>
<name>Jetty :: Nested</name>

Back to the top