Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2012-07-20 05:20:57 +0000
committerGreg Wilkins2012-07-20 05:20:57 +0000
commitb1750c0aae2dca2d833acb4be1c77f6aba75e0f5 (patch)
treecd410f525c61854fab471b257c45606d4cf691ce /tests/test-sessions/test-mongodb-sessions/pom.xml
parent0e896d4204b647b423c893b7ce1e37e6d992a3b2 (diff)
downloadorg.eclipse.jetty.project-b1750c0aae2dca2d833acb4be1c77f6aba75e0f5.tar.gz
org.eclipse.jetty.project-b1750c0aae2dca2d833acb4be1c77f6aba75e0f5.tar.xz
org.eclipse.jetty.project-b1750c0aae2dca2d833acb4be1c77f6aba75e0f5.zip
jetty-9 fixed bad merge of poms
Diffstat (limited to 'tests/test-sessions/test-mongodb-sessions/pom.xml')
-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 24b2e93228..db108a97ea 100644
--- a/tests/test-sessions/test-mongodb-sessions/pom.xml
+++ b/tests/test-sessions/test-mongodb-sessions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-parent</artifactId>
- <version>8.1.6-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
</parent>
<artifactId>test-mongodb-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Mongo</name>

Back to the top