Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-07-23 17:50:00 +0000
committerJoakim Erdfelt2014-07-23 17:50:00 +0000
commitfaf0775b504d2c19baea4577208c0989faf2fb9e (patch)
tree353aa9165f58cbdd5119baf7e2137328785b0f3a /tests
parent17a9fb2a3dd2b14b280c369fc30a89da89151bc2 (diff)
downloadorg.eclipse.jetty.project-faf0775b504d2c19baea4577208c0989faf2fb9e.tar.gz
org.eclipse.jetty.project-faf0775b504d2c19baea4577208c0989faf2fb9e.tar.xz
org.eclipse.jetty.project-faf0775b504d2c19baea4577208c0989faf2fb9e.zip
Fixing quickstart dependency loop
Diffstat (limited to 'tests')
-rw-r--r--tests/test-sessions/test-mongodb-sessions/pom.xml2
-rw-r--r--tests/test-webapps/test-dispatch-webapp/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml
index e08bc42b7e..74ee04521b 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>9.3.0-SNAPSHOT</version>
+ <version>9.2.2-SNAPSHOT</version>
</parent>
<artifactId>test-mongodb-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Mongo</name>
diff --git a/tests/test-webapps/test-dispatch-webapp/pom.xml b/tests/test-webapps/test-dispatch-webapp/pom.xml
index 497fdd572d..4a1f2b6623 100644
--- a/tests/test-webapps/test-dispatch-webapp/pom.xml
+++ b/tests/test-webapps/test-dispatch-webapp/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapps-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
+ <version>9.2.2-SNAPSHOT</version>
</parent>
<name>Jetty Tests :: Webapps :: Dispatch Webapp</name>
<artifactId>test-dispatch-webapp</artifactId>

Back to the top