Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-09-10 17:59:04 +0000
committerJesse McConnell2012-09-10 17:59:04 +0000
commit4180d7e1f565a80f36ff43025588a2ea05aa1442 (patch)
tree56fe070942371d21c3f21e91a9f8516f71f1a5d2 /jetty-monitor
parent83781bce8de95cd23371e947f44e3aab03250a55 (diff)
downloadorg.eclipse.jetty.project-4180d7e1f565a80f36ff43025588a2ea05aa1442.tar.gz
org.eclipse.jetty.project-4180d7e1f565a80f36ff43025588a2ea05aa1442.tar.xz
org.eclipse.jetty.project-4180d7e1f565a80f36ff43025588a2ea05aa1442.zip
prepare for release
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 a2d8f4f207..48bf0abddb 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>7.6.7-SNAPSHOT</version>
+ <version>7.6.7.v20120910</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-monitor</artifactId>

Back to the top