Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-10-01 02:18:14 +0000
committerJesse McConnell2013-10-01 02:18:14 +0000
commit31585683cf8ebc795f8fded3942da691d2c629a9 (patch)
tree9844a8ec7a1562c07064b8013762eaeb2d6cbb1f /tests/test-sessions
parent785fecb2bb85075ccd53c67e3b54aaf621cf8322 (diff)
downloadorg.eclipse.jetty.project-31585683cf8ebc795f8fded3942da691d2c629a9.tar.gz
org.eclipse.jetty.project-31585683cf8ebc795f8fded3942da691d2c629a9.tar.xz
org.eclipse.jetty.project-31585683cf8ebc795f8fded3942da691d2c629a9.zip
[maven-release-plugin] prepare release jetty-9.1.0.RC0jetty-9.1.0.RC0
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 a499af03d5..10a6edc8c5 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.0-SNAPSHOT</version>
+ <version>9.1.0.RC0</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 a2aa3910c8..f8a817c865 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.0-SNAPSHOT</version>
+ <version>9.1.0.RC0</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 7baebecbce..80da0a4621 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.0-SNAPSHOT</version>
+ <version>9.1.0.RC0</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 d5aa814ad4..5303b350f7 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.0-SNAPSHOT</version>
+ <version>9.1.0.RC0</version>
</parent>
<artifactId>test-sessions-common</artifactId>
<name>Jetty Tests :: Sessions :: Common</name>

Back to the top