Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2010-10-15 20:33:51 +0000
committerJesse McConnell2010-10-15 20:33:51 +0000
commit90f17fdc8cbb9bfd53f3972832da41f9a2982a88 (patch)
treee555736c8fac032037fada7904a041ae780e1b03 /tests/test-webapps
parent1261de5cdc03ad63d9e2116d25343d2c4e6606e9 (diff)
downloadorg.eclipse.jetty.project-87f8428ba48f5bad47e3069fd7d24bbbbc36825a.tar.gz
org.eclipse.jetty.project-87f8428ba48f5bad47e3069fd7d24bbbbc36825a.tar.xz
org.eclipse.jetty.project-87f8428ba48f5bad47e3069fd7d24bbbbc36825a.zip
[maven-release-plugin] copy for tag jetty-7.2.0.RC1jetty-7.2.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.2.0.RC1@2353 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'tests/test-webapps')
-rw-r--r--tests/test-webapps/pom.xml2
-rw-r--r--tests/test-webapps/test-webapp-rfc2616/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 61e299a4f9..dc9c92948e 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.2.0.RC1-SNAPSHOT</version>
+ <version>7.2.0.RC1</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 48ee3a0bac..89662f9a8b 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.2.0.RC1-SNAPSHOT</version>
+ <version>7.2.0.RC1</version>
</parent>
<artifactId>test-webapp-rfc2616</artifactId>
<name>Jetty Tests :: WebApp :: RFC2616</name>

Back to the top