Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-10-20 04:12:19 +0000
committerGreg Wilkins2011-10-20 04:12:19 +0000
commit5140a95144d4ed45936746c5ced7afb3a869e263 (patch)
treee2f1fc48ddb1fadc0076e7159c0d868d453e1735 /tests/test-sessions/test-hash-sessions
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 'tests/test-sessions/test-hash-sessions')
-rw-r--r--tests/test-sessions/test-hash-sessions/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-sessions/test-hash-sessions/pom.xml b/tests/test-sessions/test-hash-sessions/pom.xml
index bfc169deaf..7689365ced 100644
--- a/tests/test-sessions/test-hash-sessions/pom.xml
+++ b/tests/test-sessions/test-hash-sessions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-parent</artifactId>
- <version>7.5.4-SNAPSHOT</version>
+ <version>7.6.0-SNAPSHOT</version>
</parent>
<artifactId>test-hash-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Hash</name>

Back to the top