Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-11-30 05:27:30 +0000
committerGreg Wilkins2011-11-30 05:27:30 +0000
commitde005c68fdd010c22d0cab95729a07f8dc51c9e3 (patch)
treeefc1ab1296c73d5b0730a34b3bf4dd12639af462 /jetty-monitor
parent9e72457941e98eb2ee1adf64f2bc53160b01e34d (diff)
downloadorg.eclipse.jetty.project-de005c68fdd010c22d0cab95729a07f8dc51c9e3.tar.gz
org.eclipse.jetty.project-de005c68fdd010c22d0cab95729a07f8dc51c9e3.tar.xz
org.eclipse.jetty.project-de005c68fdd010c22d0cab95729a07f8dc51c9e3.zip
Revert "Merge branch 'release-8'"
Diffstat (limited to 'jetty-monitor')
-rw-r--r--jetty-monitor/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-monitor/pom.xml b/jetty-monitor/pom.xml
index 99ab3621d9..bfff477df5 100644
--- a/jetty-monitor/pom.xml
+++ b/jetty-monitor/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>7.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-monitor</artifactId>

Back to the top