Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-10-31 21:36:27 +0000
committerJesse McConnell2013-10-31 21:36:27 +0000
commitd31ef2e396297932df92b0cfa66daeb51b48d591 (patch)
tree22a31d9beabc7458314d03159fb06d774654f8e1 /tests/test-continuation
parentc85e7d365c8ebcdb13add4df1e56d666d8358b39 (diff)
downloadorg.eclipse.jetty.project-d31ef2e396297932df92b0cfa66daeb51b48d591.tar.gz
org.eclipse.jetty.project-d31ef2e396297932df92b0cfa66daeb51b48d591.tar.xz
org.eclipse.jetty.project-d31ef2e396297932df92b0cfa66daeb51b48d591.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'tests/test-continuation')
-rw-r--r--tests/test-continuation/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-continuation/pom.xml b/tests/test-continuation/pom.xml
index 4c0e892166..d956ab94ba 100644
--- a/tests/test-continuation/pom.xml
+++ b/tests/test-continuation/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>tests-parent</artifactId>
- <version>9.1.0.RC1</version>
+ <version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top