Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2012-02-10 03:49:07 +0000
committerJan Bartel2012-02-10 03:49:07 +0000
commit41049826bb865d6b96467c70731949feeef7fca1 (patch)
treecc09e6db4841d4bc72002c57cdcd7c04ab084ea6
parent4a180eef3b528d5f9230ed2254b65e28cac29ff5 (diff)
downloadorg.eclipse.jetty.project-41049826bb865d6b96467c70731949feeef7fca1.tar.gz
org.eclipse.jetty.project-41049826bb865d6b96467c70731949feeef7fca1.tar.xz
org.eclipse.jetty.project-41049826bb865d6b96467c70731949feeef7fca1.zip
Fix misspelling of module name
-rw-r--r--tests/test-sessions/test-mongodb-sessions/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml
index 951ae89cda..914cfaf36f 100644
--- a/tests/test-sessions/test-mongodb-sessions/pom.xml
+++ b/tests/test-sessions/test-mongodb-sessions/pom.xml
@@ -23,7 +23,7 @@
<artifactId>test-sessions-parent</artifactId>
<version>7.6.1-SNAPSHOT</version>
</parent>
- <artifactId>test-mongo-sessions</artifactId>
+ <artifactId>test-mongodb-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Mongo</name>
<build>
<plugins>

Back to the top