From fa843e8e3c65597267ecf00c3f4366fdb6d2ee3f Mon Sep 17 00:00:00 2001 From: tyrus-bot Date: Wed, 17 Jan 2024 20:18:14 +0000 Subject: [PATCH] Prepare release org.glassfish.tyrus:tyrus-project:2.1.5 --- archetypes/echo/pom.xml | 2 +- archetypes/pom.xml | 2 +- bom/pom.xml | 2 +- bundles/client-jdk/pom.xml | 2 +- bundles/client/pom.xml | 2 +- bundles/pom.xml | 2 +- bundles/samples/pom.xml | 2 +- bundles/websocket-ri-archive/pom.xml | 2 +- bundles/websocket-ri-bundle/pom.xml | 2 +- client/pom.xml | 2 +- containers/glassfish/cdi/pom.xml | 2 +- containers/glassfish/ejb/pom.xml | 2 +- containers/glassfish/pom.xml | 2 +- containers/grizzly-client/pom.xml | 2 +- containers/grizzly-server/pom.xml | 2 +- containers/inmemory/pom.xml | 2 +- containers/jdk-client/pom.xml | 2 +- containers/pom.xml | 2 +- containers/servlet/pom.xml | 2 +- core/pom.xml | 2 +- docs/pom.xml | 2 +- ext/client-cli/pom.xml | 2 +- ext/client-java8/pom.xml | 2 +- ext/extension-deflate/pom.xml | 2 +- ext/monitoring-jmx/pom.xml | 2 +- ext/pom.xml | 2 +- pom.xml | 2 +- samples/auction/pom.xml | 2 +- samples/cdi/pom.xml | 2 +- samples/chat/pom.xml | 2 +- samples/draw/pom.xml | 2 +- samples/echo-basic-auth/pom.xml | 2 +- samples/echo-https/pom.xml | 2 +- samples/echo/pom.xml | 2 +- samples/pom.xml | 2 +- samples/programmatic-echo/pom.xml | 2 +- samples/shared-collection/pom.xml | 2 +- samples/simplelife/pom.xml | 2 +- server/pom.xml | 2 +- spi/pom.xml | 2 +- tests/containers/jdk-client/pom.xml | 2 +- tests/containers/pom.xml | 2 +- tests/containers/servlet/pom.xml | 2 +- tests/e2e/application-config/pom.xml | 2 +- tests/e2e/jdk8/pom.xml | 2 +- tests/e2e/jetty/auth-basic/pom.xml | 2 +- tests/e2e/jetty/auth-digest/pom.xml | 2 +- tests/e2e/jetty/pom.xml | 2 +- tests/e2e/non-deployable/pom.xml | 2 +- tests/e2e/pom.xml | 2 +- tests/e2e/standard-config/pom.xml | 2 +- tests/pom.xml | 2 +- tests/qa/browser-test/pom.xml | 2 +- tests/qa/lifecycle-test/pom.xml | 2 +- tests/qa/pom.xml | 2 +- tests/release-test/pom.xml | 2 +- tests/servlet/async/pom.xml | 2 +- tests/servlet/autobahn-server/pom.xml | 2 +- tests/servlet/basic/pom.xml | 2 +- tests/servlet/debug/pom.xml | 2 +- tests/servlet/dynamic-deploy/pom.xml | 2 +- tests/servlet/inject/pom.xml | 2 +- tests/servlet/maxsessions-per-app/pom.xml | 2 +- tests/servlet/maxsessions-per-remoteaddr/pom.xml | 2 +- tests/servlet/mbean/pom.xml | 2 +- tests/servlet/noappconfig/pom.xml | 2 +- tests/servlet/oneappconfig/pom.xml | 2 +- tests/servlet/pom.xml | 2 +- tests/servlet/remote-endpoint-timeout/pom.xml | 2 +- tests/servlet/session/pom.xml | 2 +- tests/servlet/twoappconfig/pom.xml | 2 +- tests/tools/pom.xml | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/archetypes/echo/pom.xml b/archetypes/echo/pom.xml index 8c70c33d..33ac3de0 100644 --- a/archetypes/echo/pom.xml +++ b/archetypes/echo/pom.xml @@ -21,7 +21,7 @@ org.glassfish.tyrus.archetypes tyrus-archetypes-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/archetypes/pom.xml b/archetypes/pom.xml index bf0c9aed..82927a21 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 org.glassfish.tyrus.archetypes diff --git a/bom/pom.xml b/bom/pom.xml index d087097b..4012a423 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -29,7 +29,7 @@ org.glassfish.tyrus tyrus-bom - 2.1.99-SNAPSHOT + 2.1.5 pom Tyrus BOM diff --git a/bundles/client-jdk/pom.xml b/bundles/client-jdk/pom.xml index b98b6143..1811ed83 100644 --- a/bundles/client-jdk/pom.xml +++ b/bundles/client-jdk/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus.bundles tyrus-bundles - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/bundles/client/pom.xml b/bundles/client/pom.xml index 3b2e5161..917a6ade 100644 --- a/bundles/client/pom.xml +++ b/bundles/client/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus.bundles tyrus-bundles - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/bundles/pom.xml b/bundles/pom.xml index 5d529bbc..ae0c12de 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 org.glassfish.tyrus.bundles diff --git a/bundles/samples/pom.xml b/bundles/samples/pom.xml index 41cf49e4..ac0a3a13 100644 --- a/bundles/samples/pom.xml +++ b/bundles/samples/pom.xml @@ -24,7 +24,7 @@ org.glassfish.tyrus.bundles tyrus-bundles - 2.1.99-SNAPSHOT + 2.1.5 tyrus-samples diff --git a/bundles/websocket-ri-archive/pom.xml b/bundles/websocket-ri-archive/pom.xml index e1c98cca..763bf343 100755 --- a/bundles/websocket-ri-archive/pom.xml +++ b/bundles/websocket-ri-archive/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.bundles tyrus-bundles - 2.1.99-SNAPSHOT + 2.1.5 websocket-ri-archive diff --git a/bundles/websocket-ri-bundle/pom.xml b/bundles/websocket-ri-bundle/pom.xml index 5ea073d7..980688a8 100755 --- a/bundles/websocket-ri-bundle/pom.xml +++ b/bundles/websocket-ri-bundle/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.bundles tyrus-bundles - 2.1.99-SNAPSHOT + 2.1.5 websocket-ri-bundle diff --git a/client/pom.xml b/client/pom.xml index b0becd0c..f67c4791 100755 --- a/client/pom.xml +++ b/client/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/containers/glassfish/cdi/pom.xml b/containers/glassfish/cdi/pom.xml index 7d52bd15..8d1eae7e 100755 --- a/containers/glassfish/cdi/pom.xml +++ b/containers/glassfish/cdi/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-containers-glassfish-project - 2.1.99-SNAPSHOT + 2.1.5 bundle diff --git a/containers/glassfish/ejb/pom.xml b/containers/glassfish/ejb/pom.xml index 51adc6f2..0ab7619d 100755 --- a/containers/glassfish/ejb/pom.xml +++ b/containers/glassfish/ejb/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-containers-glassfish-project - 2.1.99-SNAPSHOT + 2.1.5 bundle diff --git a/containers/glassfish/pom.xml b/containers/glassfish/pom.xml index 7aef3e5a..4237cade 100755 --- a/containers/glassfish/pom.xml +++ b/containers/glassfish/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus tyrus-containers-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/containers/grizzly-client/pom.xml b/containers/grizzly-client/pom.xml index 00c34e5c..0fef8b01 100755 --- a/containers/grizzly-client/pom.xml +++ b/containers/grizzly-client/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-containers-project - 2.1.99-SNAPSHOT + 2.1.5 bundle diff --git a/containers/grizzly-server/pom.xml b/containers/grizzly-server/pom.xml index 4f96340d..2996dce2 100755 --- a/containers/grizzly-server/pom.xml +++ b/containers/grizzly-server/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-containers-project - 2.1.99-SNAPSHOT + 2.1.5 bundle diff --git a/containers/inmemory/pom.xml b/containers/inmemory/pom.xml index ec313c16..c791df16 100644 --- a/containers/inmemory/pom.xml +++ b/containers/inmemory/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-containers-project - 2.1.99-SNAPSHOT + 2.1.5 bundle diff --git a/containers/jdk-client/pom.xml b/containers/jdk-client/pom.xml index c7556103..af2e4c85 100755 --- a/containers/jdk-client/pom.xml +++ b/containers/jdk-client/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-containers-project - 2.1.99-SNAPSHOT + 2.1.5 bundle diff --git a/containers/pom.xml b/containers/pom.xml index 187d138d..0605c80e 100755 --- a/containers/pom.xml +++ b/containers/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/containers/servlet/pom.xml b/containers/servlet/pom.xml index 79821d58..7d01fdd1 100755 --- a/containers/servlet/pom.xml +++ b/containers/servlet/pom.xml @@ -21,7 +21,7 @@ org.glassfish.tyrus tyrus-containers-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 609796b8..4a747cbb 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/docs/pom.xml b/docs/pom.xml index 9aced340..d7b59d62 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 tyrus-documentation diff --git a/ext/client-cli/pom.xml b/ext/client-cli/pom.xml index 1dc76a87..a5e332b1 100644 --- a/ext/client-cli/pom.xml +++ b/ext/client-cli/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus.ext tyrus-extensions-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/ext/client-java8/pom.xml b/ext/client-java8/pom.xml index 79532f9c..54aab3ca 100644 --- a/ext/client-java8/pom.xml +++ b/ext/client-java8/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus.ext tyrus-extensions-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/ext/extension-deflate/pom.xml b/ext/extension-deflate/pom.xml index 63cf3bd2..b18cfdf4 100644 --- a/ext/extension-deflate/pom.xml +++ b/ext/extension-deflate/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus.ext tyrus-extensions-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/ext/monitoring-jmx/pom.xml b/ext/monitoring-jmx/pom.xml index 3c474c43..b0b99e02 100644 --- a/ext/monitoring-jmx/pom.xml +++ b/ext/monitoring-jmx/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.ext tyrus-extensions-project - 2.1.99-SNAPSHOT + 2.1.5 tyrus-monitoring-jmx diff --git a/ext/pom.xml b/ext/pom.xml index ba896e15..e265658a 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/pom.xml b/pom.xml index 9a8e09bc..456a4ac2 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 pom tyrus Tyrus is the reference implementation of Java API for WebSocket (JSR-356) diff --git a/samples/auction/pom.xml b/samples/auction/pom.xml index 57c9dcef..5eff51c7 100755 --- a/samples/auction/pom.xml +++ b/samples/auction/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/cdi/pom.xml b/samples/cdi/pom.xml index 98ccf465..3418fd75 100755 --- a/samples/cdi/pom.xml +++ b/samples/cdi/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/chat/pom.xml b/samples/chat/pom.xml index 45d23ed4..6905a4d7 100755 --- a/samples/chat/pom.xml +++ b/samples/chat/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/draw/pom.xml b/samples/draw/pom.xml index 7531e769..dbd2b383 100755 --- a/samples/draw/pom.xml +++ b/samples/draw/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/echo-basic-auth/pom.xml b/samples/echo-basic-auth/pom.xml index 982681de..94adef83 100755 --- a/samples/echo-basic-auth/pom.xml +++ b/samples/echo-basic-auth/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/echo-https/pom.xml b/samples/echo-https/pom.xml index d548cb70..d53cba2e 100755 --- a/samples/echo-https/pom.xml +++ b/samples/echo-https/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 2c26b4b2..a50b7527 100755 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/pom.xml b/samples/pom.xml index 2323ce1b..d7283c80 100755 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -17,7 +17,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 org.glassfish.tyrus.samples diff --git a/samples/programmatic-echo/pom.xml b/samples/programmatic-echo/pom.xml index 9a6d3b88..18554db7 100755 --- a/samples/programmatic-echo/pom.xml +++ b/samples/programmatic-echo/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/shared-collection/pom.xml b/samples/shared-collection/pom.xml index d0491b89..c47a5d16 100644 --- a/samples/shared-collection/pom.xml +++ b/samples/shared-collection/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/samples/simplelife/pom.xml b/samples/simplelife/pom.xml index 0fad8222..c2ea6e38 100755 --- a/samples/simplelife/pom.xml +++ b/samples/simplelife/pom.xml @@ -16,7 +16,7 @@ org.glassfish.tyrus.samples tyrus-samples-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/server/pom.xml b/server/pom.xml index a77609c0..7b87ac06 100755 --- a/server/pom.xml +++ b/server/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/spi/pom.xml b/spi/pom.xml index 75e1f619..bab40520 100755 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/tests/containers/jdk-client/pom.xml b/tests/containers/jdk-client/pom.xml index 04348528..8b6a9314 100644 --- a/tests/containers/jdk-client/pom.xml +++ b/tests/containers/jdk-client/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-containers - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/containers/pom.xml b/tests/containers/pom.xml index 2ae3b69d..43f385e2 100644 --- a/tests/containers/pom.xml +++ b/tests/containers/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-project - 2.1.99-SNAPSHOT + 2.1.5 pom diff --git a/tests/containers/servlet/pom.xml b/tests/containers/servlet/pom.xml index bc85a4a2..d25de090 100644 --- a/tests/containers/servlet/pom.xml +++ b/tests/containers/servlet/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-containers - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/e2e/application-config/pom.xml b/tests/e2e/application-config/pom.xml index 44a73369..86fddc0b 100755 --- a/tests/e2e/application-config/pom.xml +++ b/tests/e2e/application-config/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-e2e - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/e2e/jdk8/pom.xml b/tests/e2e/jdk8/pom.xml index 3330764e..41255cba 100644 --- a/tests/e2e/jdk8/pom.xml +++ b/tests/e2e/jdk8/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-e2e - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/e2e/jetty/auth-basic/pom.xml b/tests/e2e/jetty/auth-basic/pom.xml index 4b285a57..3d99aef1 100644 --- a/tests/e2e/jetty/auth-basic/pom.xml +++ b/tests/e2e/jetty/auth-basic/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-e2e-jetty - 2.1.99-SNAPSHOT + 2.1.5 jar diff --git a/tests/e2e/jetty/auth-digest/pom.xml b/tests/e2e/jetty/auth-digest/pom.xml index b2aa73b2..187d4d0a 100644 --- a/tests/e2e/jetty/auth-digest/pom.xml +++ b/tests/e2e/jetty/auth-digest/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-e2e-jetty - 2.1.99-SNAPSHOT + 2.1.5 jar diff --git a/tests/e2e/jetty/pom.xml b/tests/e2e/jetty/pom.xml index 782e45cd..5d1ac36b 100755 --- a/tests/e2e/jetty/pom.xml +++ b/tests/e2e/jetty/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-e2e - 2.1.99-SNAPSHOT + 2.1.5 pom diff --git a/tests/e2e/non-deployable/pom.xml b/tests/e2e/non-deployable/pom.xml index 1141bf1b..6b551165 100755 --- a/tests/e2e/non-deployable/pom.xml +++ b/tests/e2e/non-deployable/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-e2e - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/e2e/pom.xml b/tests/e2e/pom.xml index 5e898275..f7ea68b9 100755 --- a/tests/e2e/pom.xml +++ b/tests/e2e/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-project - 2.1.99-SNAPSHOT + 2.1.5 pom diff --git a/tests/e2e/standard-config/pom.xml b/tests/e2e/standard-config/pom.xml index 05bdae9e..fb349176 100755 --- a/tests/e2e/standard-config/pom.xml +++ b/tests/e2e/standard-config/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-e2e - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/pom.xml b/tests/pom.xml index 8312fe80..424f8e06 100755 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 org.glassfish.tyrus.tests diff --git a/tests/qa/browser-test/pom.xml b/tests/qa/browser-test/pom.xml index 1aa7a6d7..2dcb228c 100755 --- a/tests/qa/browser-test/pom.xml +++ b/tests/qa/browser-test/pom.xml @@ -21,7 +21,7 @@ org.glassfish.tyrus.tests.qa tyrus-tests-qa-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/qa/lifecycle-test/pom.xml b/tests/qa/lifecycle-test/pom.xml index 706bbef6..ebd9d2b0 100644 --- a/tests/qa/lifecycle-test/pom.xml +++ b/tests/qa/lifecycle-test/pom.xml @@ -21,7 +21,7 @@ org.glassfish.tyrus.tests.qa tyrus-tests-qa-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/qa/pom.xml b/tests/qa/pom.xml index f7ffc1a4..592711ee 100644 --- a/tests/qa/pom.xml +++ b/tests/qa/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-project - 2.1.99-SNAPSHOT + 2.1.5 org.glassfish.tyrus.tests.qa diff --git a/tests/release-test/pom.xml b/tests/release-test/pom.xml index 1a3d1a82..9c902c03 100644 --- a/tests/release-test/pom.xml +++ b/tests/release-test/pom.xml @@ -23,7 +23,7 @@ org.glassfish.tyrus tyrus-project - 2.1.99-SNAPSHOT + 2.1.5 ../../pom.xml diff --git a/tests/servlet/async/pom.xml b/tests/servlet/async/pom.xml index 2b0c0e63..beeb111c 100644 --- a/tests/servlet/async/pom.xml +++ b/tests/servlet/async/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/autobahn-server/pom.xml b/tests/servlet/autobahn-server/pom.xml index 18367be7..dd492df4 100644 --- a/tests/servlet/autobahn-server/pom.xml +++ b/tests/servlet/autobahn-server/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/basic/pom.xml b/tests/servlet/basic/pom.xml index f307a50f..18d3ac66 100644 --- a/tests/servlet/basic/pom.xml +++ b/tests/servlet/basic/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/debug/pom.xml b/tests/servlet/debug/pom.xml index a92827c1..3281bc81 100644 --- a/tests/servlet/debug/pom.xml +++ b/tests/servlet/debug/pom.xml @@ -20,7 +20,7 @@ tyrus-tests-servlet-project org.glassfish.tyrus.tests.servlet - 2.1.99-SNAPSHOT + 2.1.5 4.0.0 diff --git a/tests/servlet/dynamic-deploy/pom.xml b/tests/servlet/dynamic-deploy/pom.xml index 542a414c..40c26f60 100644 --- a/tests/servlet/dynamic-deploy/pom.xml +++ b/tests/servlet/dynamic-deploy/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/inject/pom.xml b/tests/servlet/inject/pom.xml index fb158c6d..6feff0e9 100644 --- a/tests/servlet/inject/pom.xml +++ b/tests/servlet/inject/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/maxsessions-per-app/pom.xml b/tests/servlet/maxsessions-per-app/pom.xml index 66688452..37cf16bc 100755 --- a/tests/servlet/maxsessions-per-app/pom.xml +++ b/tests/servlet/maxsessions-per-app/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/maxsessions-per-remoteaddr/pom.xml b/tests/servlet/maxsessions-per-remoteaddr/pom.xml index b46571e8..f1cd949e 100755 --- a/tests/servlet/maxsessions-per-remoteaddr/pom.xml +++ b/tests/servlet/maxsessions-per-remoteaddr/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/mbean/pom.xml b/tests/servlet/mbean/pom.xml index e7705cdd..8992b8ea 100644 --- a/tests/servlet/mbean/pom.xml +++ b/tests/servlet/mbean/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/noappconfig/pom.xml b/tests/servlet/noappconfig/pom.xml index cb5f251e..b81a092a 100755 --- a/tests/servlet/noappconfig/pom.xml +++ b/tests/servlet/noappconfig/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/oneappconfig/pom.xml b/tests/servlet/oneappconfig/pom.xml index 75db8261..e906c00a 100755 --- a/tests/servlet/oneappconfig/pom.xml +++ b/tests/servlet/oneappconfig/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/pom.xml b/tests/servlet/pom.xml index 53dbc547..fe6edcff 100755 --- a/tests/servlet/pom.xml +++ b/tests/servlet/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests tyrus-tests-project - 2.1.99-SNAPSHOT + 2.1.5 org.glassfish.tyrus.tests.servlet diff --git a/tests/servlet/remote-endpoint-timeout/pom.xml b/tests/servlet/remote-endpoint-timeout/pom.xml index a15c2687..fcab319a 100755 --- a/tests/servlet/remote-endpoint-timeout/pom.xml +++ b/tests/servlet/remote-endpoint-timeout/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/session/pom.xml b/tests/servlet/session/pom.xml index aa6133fe..49ede9c4 100755 --- a/tests/servlet/session/pom.xml +++ b/tests/servlet/session/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/servlet/twoappconfig/pom.xml b/tests/servlet/twoappconfig/pom.xml index 10fd5868..ea8429e7 100755 --- a/tests/servlet/twoappconfig/pom.xml +++ b/tests/servlet/twoappconfig/pom.xml @@ -22,7 +22,7 @@ org.glassfish.tyrus.tests.servlet tyrus-tests-servlet-project - 2.1.99-SNAPSHOT + 2.1.5 war diff --git a/tests/tools/pom.xml b/tests/tools/pom.xml index 33570951..ce4cfa2d 100755 --- a/tests/tools/pom.xml +++ b/tests/tools/pom.xml @@ -20,7 +20,7 @@ org.glassfish.tyrus.tests tyrus-tests-project - 2.1.99-SNAPSHOT + 2.1.5 4.0.0