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 5c67ab4d2d..83da18f0a5 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>8.1.13-SNAPSHOT</version>
+ <version>8.1.13.v20130910</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-jetty-webapp</artifactId>

Back to the top