Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-11-03 19:46:52 +0000
committerJesse McConnell2014-11-03 19:46:52 +0000
commit772ff0bfd4a82a08219dab0757a1ca14e6549629 (patch)
tree66fcbda4ce82721aa89ae34bfead0bc52c5fd9f1 /tests/test-sessions
parent8df8b2b158a59334272c6d4fa9ead6f892c830a5 (diff)
downloadorg.eclipse.jetty.project-772ff0bfd4a82a08219dab0757a1ca14e6549629.tar.gz
org.eclipse.jetty.project-772ff0bfd4a82a08219dab0757a1ca14e6549629.tar.xz
org.eclipse.jetty.project-772ff0bfd4a82a08219dab0757a1ca14e6549629.zip
[maven-release-plugin] prepare release jetty-9.2.4.v20141103jetty-9.2.4.v20141103
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-mongodb-sessions/pom.xml2
-rw-r--r--tests/test-sessions/test-sessions-common/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index fbb4ffe2a2..11725552a6 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>9.2.4-SNAPSHOT</version>
+ <version>9.2.4.v20141103</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 f00065efe8..244102f2b4 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>9.2.4-SNAPSHOT</version>
+ <version>9.2.4.v20141103</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 1f5a8aea8e..f150bd9e52 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>9.2.4-SNAPSHOT</version>
+ <version>9.2.4.v20141103</version>
</parent>
<artifactId>test-jdbc-sessions</artifactId>
<name>Jetty Tests :: Sessions :: JDBC</name>
diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml
index 2f13223f44..346ed0e94c 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.2.4-SNAPSHOT</version>
+ <version>9.2.4.v20141103</version>
</parent>
<artifactId>test-mongodb-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Mongo</name>
diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml
index bb61b47c81..07ec0792b9 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>9.2.4-SNAPSHOT</version>
+ <version>9.2.4.v20141103</version>
</parent>
<artifactId>test-sessions-common</artifactId>
<name>Jetty Tests :: Sessions :: Common</name>

Back to the top