Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test-jetty-webapp/pom.xml')
-rw-r--r--test-jetty-webapp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-jetty-webapp/pom.xml b/test-jetty-webapp/pom.xml
index cda5bfa34a..418d7fcaf4 100644
--- a/test-jetty-webapp/pom.xml
+++ b/test-jetty-webapp/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.5.0-SNAPSHOT</version>
+ <version>7.5.0.RC0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty</groupId>

Back to the top