Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-06-16 19:33:03 +0000
committerSimone Bordet2014-06-16 19:33:03 +0000
commit334db9fe72facc8b0a9823b02e2a7c42e2435dd5 (patch)
treee3f96f8cc9f91182dcddf8dc6af9247f23628cbe /tests/test-sessions
parent1d2690ed11f2458173d6ffdaf15ac7aa3b0344a8 (diff)
downloadorg.eclipse.jetty.project-334db9fe72facc8b0a9823b02e2a7c42e2435dd5.tar.gz
org.eclipse.jetty.project-334db9fe72facc8b0a9823b02e2a7c42e2435dd5.tar.xz
org.eclipse.jetty.project-334db9fe72facc8b0a9823b02e2a7c42e2435dd5.zip
Updated version to 9.3.0-SNAPSHOT.
Diffstat (limited to 'tests/test-sessions')
-rw-r--r--tests/test-sessions/pom.xml2
-rw-r--r--tests/test-sessions/test-hash-sessions/pom.xml2
-rw-r--r--tests/test-sessions/test-jdbc-sessions/pom.xml2
-rw-r--r--tests/test-sessions/test-sessions-common/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 697a0ff9b9..67fb24055e 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>tests-parent</artifactId>
- <version>10.0.0-SNAPSHOT</version>
+ <version>9.3.0-SNAPSHOT</version>
</parent>
<artifactId>test-sessions-parent</artifactId>
<name>Jetty Tests :: Sessions :: Parent</name>
diff --git a/tests/test-sessions/test-hash-sessions/pom.xml b/tests/test-sessions/test-hash-sessions/pom.xml
index 88511cfbfe..d03667ed5e 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>10.0.0-SNAPSHOT</version>
+ <version>9.3.0-SNAPSHOT</version>
</parent>
<artifactId>test-hash-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Hash</name>
diff --git a/tests/test-sessions/test-jdbc-sessions/pom.xml b/tests/test-sessions/test-jdbc-sessions/pom.xml
index 0f501679a1..39f905d0e8 100644
--- a/tests/test-sessions/test-jdbc-sessions/pom.xml
+++ b/tests/test-sessions/test-jdbc-sessions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-parent</artifactId>
- <version>10.0.0-SNAPSHOT</version>
+ <version>9.3.0-SNAPSHOT</version>
</parent>
<artifactId>test-jdbc-sessions</artifactId>
<name>Jetty Tests :: Sessions :: JDBC</name>
diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml
index 3c9cf038d4..e608d5d357 100644
--- a/tests/test-sessions/test-sessions-common/pom.xml
+++ b/tests/test-sessions/test-sessions-common/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-parent</artifactId>
- <version>10.0.0-SNAPSHOT</version>
+ <version>9.3.0-SNAPSHOT</version>
</parent>
<artifactId>test-sessions-common</artifactId>
<name>Jetty Tests :: Sessions :: Common</name>

Back to the top