Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse McConnell2009-11-22 14:11:27 +0000
committerJesse McConnell2009-11-22 14:11:27 +0000
commit153bd88fc65e090293e11e90e0d5ae516ac86c1b (patch)
treefecc64feaddbd079d0dd9e6d3311fab435d254fa /tests
parentdfbd0b47b5e84c917e0afe7f3e7bb38476cd1afe (diff)
downloadorg.eclipse.jetty.project-153bd88fc65e090293e11e90e0d5ae516ac86c1b.tar.gz
org.eclipse.jetty.project-153bd88fc65e090293e11e90e0d5ae516ac86c1b.tar.xz
org.eclipse.jetty.project-153bd88fc65e090293e11e90e0d5ae516ac86c1b.zip
[maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1086 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'tests')
-rw-r--r--tests/pom.xml2
-rw-r--r--tests/test-integration/pom.xml2
-rw-r--r--tests/test-webapps/pom.xml2
-rw-r--r--tests/test-webapps/test-webapp-rfc2616/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/pom.xml b/tests/pom.xml
index 7870b22a79..d7a6c1fe50 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.0.1.v20091122</version>
+ <version>7.0.2-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>tests-parent</artifactId>
diff --git a/tests/test-integration/pom.xml b/tests/test-integration/pom.xml
index 34b9765e50..5d8ca83a2a 100644
--- a/tests/test-integration/pom.xml
+++ b/tests/test-integration/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>tests-parent</artifactId>
- <version>7.0.1.v20091122</version>
+ <version>7.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration</artifactId>
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 6af27722bc..19659756bb 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>tests-parent</artifactId>
- <version>7.0.1.v20091122</version>
+ <version>7.0.2-SNAPSHOT</version>
</parent>
<artifactId>test-webapps-parent</artifactId>
<name>Jetty Tests :: WebApps :: Parent</name>
diff --git a/tests/test-webapps/test-webapp-rfc2616/pom.xml b/tests/test-webapps/test-webapp-rfc2616/pom.xml
index dcec6089b6..68da3d7ec2 100644
--- a/tests/test-webapps/test-webapp-rfc2616/pom.xml
+++ b/tests/test-webapps/test-webapp-rfc2616/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapps-parent</artifactId>
- <version>7.0.1.v20091122</version>
+ <version>7.0.2-SNAPSHOT</version>
</parent>
<artifactId>test-webapp-rfc2616</artifactId>
<name>Jetty Tests :: WebApp :: RFC2616</name>

Back to the top