Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-02-10 17:17:07 +0000
committerJesse McConnell2014-02-10 17:17:07 +0000
commit8f6cbc9111f7fdf683e845fc3203f10ff38eace9 (patch)
tree4a407394f05aa75d127f77bd6cca7248ffbe20ef /tests/test-sessions
parent86f46c9ee4403c8d0ccdb02f7f8bc484cf64e73c (diff)
downloadorg.eclipse.jetty.project-8f6cbc9111f7fdf683e845fc3203f10ff38eace9.tar.gz
org.eclipse.jetty.project-8f6cbc9111f7fdf683e845fc3203f10ff38eace9.tar.xz
org.eclipse.jetty.project-8f6cbc9111f7fdf683e845fc3203f10ff38eace9.zip
[maven-release-plugin] prepare release jetty-9.1.2.v20140210jetty-9.1.2.v20140210
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 00d075e2e9..8f7481ef3e 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.1.2-SNAPSHOT</version>
+ <version>9.1.2.v20140210</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 1771e16c22..dd0a004662 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.1.2-SNAPSHOT</version>
+ <version>9.1.2.v20140210</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 685c8d02a7..cc743a8b85 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.1.2-SNAPSHOT</version>
+ <version>9.1.2.v20140210</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 2347ef7143..86be3d0f2d 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.1.2-SNAPSHOT</version>
+ <version>9.1.2.v20140210</version>
</parent>
<artifactId>test-sessions-common</artifactId>
<name>Jetty Tests :: Sessions :: Common</name>

Back to the top