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

Back to the top