Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-12-22 19:55:28 +0000
committerJesse McConnell2011-12-22 19:55:28 +0000
commit6fb729ea0d2158717c1701572a1adcf676424147 (patch)
tree2d6dd8a33f62061345d80f8830eff807633dbc4e /test-jetty-nested
parentac4218845843d8d3c2ffacd500e240bf89d5ba66 (diff)
downloadorg.eclipse.jetty.project-6fb729ea0d2158717c1701572a1adcf676424147.tar.gz
org.eclipse.jetty.project-6fb729ea0d2158717c1701572a1adcf676424147.tar.xz
org.eclipse.jetty.project-6fb729ea0d2158717c1701572a1adcf676424147.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'test-jetty-nested')
-rw-r--r--test-jetty-nested/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-jetty-nested/pom.xml b/test-jetty-nested/pom.xml
index 7770a15645..bec379b2bb 100644
--- a/test-jetty-nested/pom.xml
+++ b/test-jetty-nested/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>8.1.0.RC2</version>
+ <version>8.1.0-SNAPSHOT</version>
</parent>
<artifactId>test-jetty-nested</artifactId>
<name>Jetty :: Nested Test</name>

Back to the top