Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-11-15 23:58:36 +0000
committerJoakim Erdfelt2013-11-15 23:58:36 +0000
commit6feeab6ec3e1a9591cc8e036081b8638473275a5 (patch)
tree575c0f948a828b2a2182c2b6d0e997144c9fc50b /tests/test-webapps/test-servlet-spec
parent3ad20296ae40f74330479faaa607498f2431fa98 (diff)
downloadorg.eclipse.jetty.project-6feeab6ec3e1a9591cc8e036081b8638473275a5.tar.gz
org.eclipse.jetty.project-6feeab6ec3e1a9591cc8e036081b8638473275a5.tar.xz
org.eclipse.jetty.project-6feeab6ec3e1a9591cc8e036081b8638473275a5.zip
[maven-release-plugin] prepare release jetty-9.1.0.v20131115jetty-9.1.0.v20131115
Diffstat (limited to 'tests/test-webapps/test-servlet-spec')
-rw-r--r--tests/test-webapps/test-servlet-spec/pom.xml2
-rw-r--r--tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml2
-rw-r--r--tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml2
-rw-r--r--tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-webapps/test-servlet-spec/pom.xml b/tests/test-webapps/test-servlet-spec/pom.xml
index 74f7261b5b..b46332b88c 100644
--- a/tests/test-webapps/test-servlet-spec/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapps-parent</artifactId>
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.1.0.v20131115</version>
</parent>
<artifactId>test-servlet-spec-parent</artifactId>
<name>Jetty Tests :: Spec Test WebApp :: Parent</name>
diff --git a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
index cde0252957..aff911f3fd 100644
--- a/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-servlet-spec-parent</artifactId>
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.1.0.v20131115</version>
</parent>
<artifactId>test-container-initializer</artifactId>
<packaging>jar</packaging>
diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
index bd27bb82f7..ab49eb1d82 100644
--- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-servlet-spec-parent</artifactId>
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.1.0.v20131115</version>
</parent>
<name>Jetty Tests :: Webapps :: Spec Webapp</name>
<artifactId>test-spec-webapp</artifactId>
diff --git a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
index e272b87c6c..01a7edd19e 100644
--- a/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
+++ b/tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-servlet-spec-parent</artifactId>
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.1.0.v20131115</version>
</parent>
<name>Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar</name>
<groupId>org.eclipse.jetty.tests</groupId>

Back to the top