Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-10-20 04:12:19 +0000
committerGreg Wilkins2011-10-20 04:12:19 +0000
commit5140a95144d4ed45936746c5ced7afb3a869e263 (patch)
treee2f1fc48ddb1fadc0076e7159c0d868d453e1735 /jetty-jmx
parent0e284f78f506417d667a35da48ade82912bb65f5 (diff)
downloadorg.eclipse.jetty.project-5140a95144d4ed45936746c5ced7afb3a869e263.tar.gz
org.eclipse.jetty.project-5140a95144d4ed45936746c5ced7afb3a869e263.tar.xz
org.eclipse.jetty.project-5140a95144d4ed45936746c5ced7afb3a869e263.zip
refactored HttpConnection name
Diffstat (limited to 'jetty-jmx')
-rw-r--r--jetty-jmx/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-jmx/pom.xml b/jetty-jmx/pom.xml
index 3b3f0b177b..4b9a0dc2a9 100644
--- a/jetty-jmx/pom.xml
+++ b/jetty-jmx/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.5.4-SNAPSHOT</version>
+ <version>7.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-jmx</artifactId>

Back to the top