Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-02-15 20:29:36 +0000
committerJesse McConnell2012-02-15 20:29:36 +0000
commitac79497deeecc8c79e99b82548720a018d341742 (patch)
treeb16f60e77843da79b6aca6260874d510910d7d41 /test-continuation
parent3705b424c8da009d7ba7d4371cf2613b9d88ef71 (diff)
downloadorg.eclipse.jetty.project-ac79497deeecc8c79e99b82548720a018d341742.tar.gz
org.eclipse.jetty.project-ac79497deeecc8c79e99b82548720a018d341742.tar.xz
org.eclipse.jetty.project-ac79497deeecc8c79e99b82548720a018d341742.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'test-continuation')
-rw-r--r--test-continuation/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-continuation/pom.xml b/test-continuation/pom.xml
index 6ad5ad544c..6708d4db37 100644
--- a/test-continuation/pom.xml
+++ b/test-continuation/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>8.1.1.v20120215</version>
+ <version>8.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-continuation</artifactId>

Back to the top