From a1830971d9f96bb9cb1b23563b049b056226e132 Mon Sep 17 00:00:00 2001 From: jfarcand Date: Wed, 10 Jan 2018 18:25:22 -0500 Subject: [PATCH] [maven-release-plugin] prepare release atmosphere-samples-project-2.4.18 --- extensions-samples/chat-cdi/pom.xml | 4 ++-- extensions-samples/cometd/pom.xml | 2 +- extensions-samples/guice/chat-guice/pom.xml | 4 ++-- extensions-samples/gwt/gwt20-jersey-rpc/pom.xml | 4 ++-- extensions-samples/gwt/gwt20-json/pom.xml | 4 ++-- extensions-samples/gwt/gwt20-managed-rpc/pom.xml | 4 ++-- extensions-samples/gwt/gwt20-rpc/pom.xml | 4 ++-- extensions-samples/gwt/pom.xml | 4 ++-- extensions-samples/hazelcast/pom.xml | 2 +- extensions-samples/jgroups/pom.xml | 2 +- extensions-samples/kafka/jersey-pubsub/pom.xml | 2 +- extensions-samples/pom.xml | 4 ++-- extensions-samples/rabbitmq/jersey-pubsub/pom.xml | 2 +- extensions-samples/redis/pom.xml | 2 +- extensions-samples/rmi/pom.xml | 2 +- extensions-samples/socketio/native-socketio-chat/pom.xml | 4 ++-- extensions-samples/socketio/socketio-chat/pom.xml | 4 ++-- extensions-samples/sockjs/sockjs-chat/pom.xml | 4 ++-- extensions-samples/sockjs/sockjs-demo/pom.xml | 4 ++-- extensions-samples/spring/spring-echo/pom.xml | 4 ++-- extensions-samples/spring/spring-inject/pom.xml | 4 ++-- extensions-samples/spring/spring-websocket/pom.xml | 4 ++-- extensions-samples/xmpp/pom.xml | 4 ++-- nettosphere-samples/chat/pom.xml | 4 ++-- nettosphere-samples/games/pom.xml | 4 ++-- nettosphere-samples/jersey-chat/pom.xml | 4 ++-- nettosphere-samples/pom.xml | 4 ++-- nettosphere-samples/socketio-chat/pom.xml | 4 ++-- pom.xml | 4 ++-- samples/all-api-pubsub/pom.xml | 4 ++-- samples/async-annotation-pubsub/pom.xml | 4 ++-- samples/atmosphere-ee6/pom.xml | 4 ++-- samples/atmospherehandler-pubsub/pom.xml | 4 ++-- samples/channel/pom.xml | 4 ++-- samples/chat-multiroom/pom.xml | 4 ++-- samples/chat-node-client/pom.xml | 4 ++-- samples/chat/pom.xml | 4 ++-- samples/commons/pom.xml | 4 ++-- samples/cxf-chat-osgi/pom.xml | 4 ++-- samples/cxf-chat/pom.xml | 4 ++-- samples/embedded-jetty-websocket-chat/pom.xml | 4 ++-- samples/jersey-pubsub/pom.xml | 4 ++-- samples/jersey2-chat/pom.xml | 4 ++-- samples/meteor-chat/pom.xml | 4 ++-- samples/meteor-pubsub/pom.xml | 4 ++-- samples/pom.xml | 4 ++-- samples/pubsub/pom.xml | 4 ++-- samples/rest-chat/pom.xml | 4 ++-- samples/spring-boot-sample-atmosphere/pom.xml | 2 +- samples/sse-chat/pom.xml | 4 ++-- samples/sse-rest-chat/pom.xml | 4 ++-- samples/twitter-live-feed/pom.xml | 4 ++-- samples/webrtc-atmospherehandler/pom.xml | 4 ++-- samples/webrtc-jersey/pom.xml | 4 ++-- samples/websocket-chat/pom.xml | 4 ++-- samples/websocket-stream/pom.xml | 4 ++-- samples/websockethandler-pubsub/pom.xml | 4 ++-- stomp/pom.xml | 4 ++-- stomp/pubsub/pom.xml | 4 ++-- wasync-samples/chat/pom.xml | 4 ++-- wasync-samples/node.js/pom.xml | 4 ++-- wasync-samples/pom.xml | 4 ++-- 62 files changed, 116 insertions(+), 116 deletions(-) diff --git a/extensions-samples/chat-cdi/pom.xml b/extensions-samples/chat-cdi/pom.xml index 4d5d46f5..d09f1d10 100644 --- a/extensions-samples/chat-cdi/pom.xml +++ b/extensions-samples/chat-cdi/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ 4.0.0 org.atmosphere.samples atmosphere-chat-cdi war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-chat-cdi http://maven.apache.org diff --git a/extensions-samples/cometd/pom.xml b/extensions-samples/cometd/pom.xml index e7f86a45..e60b4b93 100644 --- a/extensions-samples/cometd/pom.xml +++ b/extensions-samples/cometd/pom.xml @@ -2,7 +2,7 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ 4.0.0 diff --git a/extensions-samples/guice/chat-guice/pom.xml b/extensions-samples/guice/chat-guice/pom.xml index 7a02d1e8..7d0b8000 100755 --- a/extensions-samples/guice/chat-guice/pom.xml +++ b/extensions-samples/guice/chat-guice/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-guice-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-guice-chat http://maven.apache.org diff --git a/extensions-samples/gwt/gwt20-jersey-rpc/pom.xml b/extensions-samples/gwt/gwt20-jersey-rpc/pom.xml index a480fbc7..ae131cae 100644 --- a/extensions-samples/gwt/gwt20-jersey-rpc/pom.xml +++ b/extensions-samples/gwt/gwt20-jersey-rpc/pom.xml @@ -3,12 +3,12 @@ org.atmosphere.extensions atmosphere-samples-gwt20-project - 2.4.9-SNAPSHOT + 2.4.18 ../ org.atmosphere.samples gwt20-jersey-rpc - 2.4.9-SNAPSHOT + 2.4.18 war gwt20-jersey-rpc diff --git a/extensions-samples/gwt/gwt20-json/pom.xml b/extensions-samples/gwt/gwt20-json/pom.xml index eb0cf319..28304161 100644 --- a/extensions-samples/gwt/gwt20-json/pom.xml +++ b/extensions-samples/gwt/gwt20-json/pom.xml @@ -3,12 +3,12 @@ org.atmosphere.extensions atmosphere-samples-gwt20-project - 2.4.9-SNAPSHOT + 2.4.18 ../ org.atmosphere.samples gwt20-json - 2.4.9-SNAPSHOT + 2.4.18 war gwt20-json diff --git a/extensions-samples/gwt/gwt20-managed-rpc/pom.xml b/extensions-samples/gwt/gwt20-managed-rpc/pom.xml index 7dd2425d..a955ef0b 100644 --- a/extensions-samples/gwt/gwt20-managed-rpc/pom.xml +++ b/extensions-samples/gwt/gwt20-managed-rpc/pom.xml @@ -3,12 +3,12 @@ org.atmosphere.extensions atmosphere-samples-gwt20-project - 2.4.9-SNAPSHOT + 2.4.18 ../ org.atmosphere.samples gwt20-managed-rpc - 2.4.9-SNAPSHOT + 2.4.18 war gwt20-managed-rpc diff --git a/extensions-samples/gwt/gwt20-rpc/pom.xml b/extensions-samples/gwt/gwt20-rpc/pom.xml index d18044da..012c0178 100644 --- a/extensions-samples/gwt/gwt20-rpc/pom.xml +++ b/extensions-samples/gwt/gwt20-rpc/pom.xml @@ -3,12 +3,12 @@ org.atmosphere.extensions atmosphere-samples-gwt20-project - 2.4.9-SNAPSHOT + 2.4.18 ../ org.atmosphere.samples gwt20-rpc - 2.4.9-SNAPSHOT + 2.4.18 war gwt20-rpc diff --git a/extensions-samples/gwt/pom.xml b/extensions-samples/gwt/pom.xml index c675bbba..a3f069c3 100644 --- a/extensions-samples/gwt/pom.xml +++ b/extensions-samples/gwt/pom.xml @@ -4,13 +4,13 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ org.atmosphere.extensions atmosphere-samples-gwt20-project atmosphere-samples-gwt20-project - 2.4.9-SNAPSHOT + 2.4.18 pom https://github.com/Atmosphere/atmosphere-extensions/gwt20 diff --git a/extensions-samples/hazelcast/pom.xml b/extensions-samples/hazelcast/pom.xml index e80eba4c..26b18026 100644 --- a/extensions-samples/hazelcast/pom.xml +++ b/extensions-samples/hazelcast/pom.xml @@ -2,7 +2,7 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ 4.0.0 diff --git a/extensions-samples/jgroups/pom.xml b/extensions-samples/jgroups/pom.xml index 874e8cb7..6466be01 100644 --- a/extensions-samples/jgroups/pom.xml +++ b/extensions-samples/jgroups/pom.xml @@ -2,7 +2,7 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ 4.0.0 diff --git a/extensions-samples/kafka/jersey-pubsub/pom.xml b/extensions-samples/kafka/jersey-pubsub/pom.xml index 6c43ecf7..107ab7ca 100644 --- a/extensions-samples/kafka/jersey-pubsub/pom.xml +++ b/extensions-samples/kafka/jersey-pubsub/pom.xml @@ -2,7 +2,7 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 diff --git a/extensions-samples/pom.xml b/extensions-samples/pom.xml index 9d8a3036..96b37aed 100755 --- a/extensions-samples/pom.xml +++ b/extensions-samples/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../ 4.0.0 org.atmosphere.samples atmosphere-extensions-samples pom - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-extensions-samples chat-cdi/ diff --git a/extensions-samples/rabbitmq/jersey-pubsub/pom.xml b/extensions-samples/rabbitmq/jersey-pubsub/pom.xml index 426e47f2..9a9217d4 100644 --- a/extensions-samples/rabbitmq/jersey-pubsub/pom.xml +++ b/extensions-samples/rabbitmq/jersey-pubsub/pom.xml @@ -2,7 +2,7 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 diff --git a/extensions-samples/redis/pom.xml b/extensions-samples/redis/pom.xml index d1bf650c..ff4a7ae9 100644 --- a/extensions-samples/redis/pom.xml +++ b/extensions-samples/redis/pom.xml @@ -2,7 +2,7 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ 4.0.0 diff --git a/extensions-samples/rmi/pom.xml b/extensions-samples/rmi/pom.xml index 6a96550f..8cfe88b8 100644 --- a/extensions-samples/rmi/pom.xml +++ b/extensions-samples/rmi/pom.xml @@ -3,7 +3,7 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ 4.0.0 diff --git a/extensions-samples/socketio/native-socketio-chat/pom.xml b/extensions-samples/socketio/native-socketio-chat/pom.xml index b8cad67f..19f23c87 100755 --- a/extensions-samples/socketio/native-socketio-chat/pom.xml +++ b/extensions-samples/socketio/native-socketio-chat/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-nativesocketio-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-nativesocketio-chat http://maven.apache.org diff --git a/extensions-samples/socketio/socketio-chat/pom.xml b/extensions-samples/socketio/socketio-chat/pom.xml index 08fb526f..259b69ad 100755 --- a/extensions-samples/socketio/socketio-chat/pom.xml +++ b/extensions-samples/socketio/socketio-chat/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-socketio-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-socketio-chat http://maven.apache.org diff --git a/extensions-samples/sockjs/sockjs-chat/pom.xml b/extensions-samples/sockjs/sockjs-chat/pom.xml index c69c3468..773d8565 100644 --- a/extensions-samples/sockjs/sockjs-chat/pom.xml +++ b/extensions-samples/sockjs/sockjs-chat/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-sockjs-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-sockjs-chat http://maven.apache.org diff --git a/extensions-samples/sockjs/sockjs-demo/pom.xml b/extensions-samples/sockjs/sockjs-demo/pom.xml index 52537803..1201f85f 100644 --- a/extensions-samples/sockjs/sockjs-demo/pom.xml +++ b/extensions-samples/sockjs/sockjs-demo/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-sockjs-demo war - 2.4.9-SNAPSHOT + 2.4.18 broadcast http://maven.apache.org diff --git a/extensions-samples/spring/spring-echo/pom.xml b/extensions-samples/spring/spring-echo/pom.xml index 8f702a2d..f54e5197 100644 --- a/extensions-samples/spring/spring-echo/pom.xml +++ b/extensions-samples/spring/spring-echo/pom.xml @@ -2,14 +2,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-spring-echo - 2.4.9-SNAPSHOT + 2.4.18 war diff --git a/extensions-samples/spring/spring-inject/pom.xml b/extensions-samples/spring/spring-inject/pom.xml index 63f97d2a..9f9feb14 100644 --- a/extensions-samples/spring/spring-inject/pom.xml +++ b/extensions-samples/spring/spring-inject/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-chat-spring-inject war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-chat-spring-inject http://maven.apache.org diff --git a/extensions-samples/spring/spring-websocket/pom.xml b/extensions-samples/spring/spring-websocket/pom.xml index 8c06243e..8c86c8a7 100644 --- a/extensions-samples/spring/spring-websocket/pom.xml +++ b/extensions-samples/spring/spring-websocket/pom.xml @@ -3,13 +3,13 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../../ 4.0.0 org.atmosphere.samples atmosphere-spring-websocket - 2.4.9-SNAPSHOT + 2.4.18 war diff --git a/extensions-samples/xmpp/pom.xml b/extensions-samples/xmpp/pom.xml index e62a0a6f..771251f8 100644 --- a/extensions-samples/xmpp/pom.xml +++ b/extensions-samples/xmpp/pom.xml @@ -2,12 +2,12 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../../ 4.0.0 atmosphere-xmpp-demo - 2.4.9-SNAPSHOT + 2.4.18 war atmosphere-xmpp-demo diff --git a/nettosphere-samples/chat/pom.xml b/nettosphere-samples/chat/pom.xml index e8591795..7e22612b 100644 --- a/nettosphere-samples/chat/pom.xml +++ b/nettosphere-samples/chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples nettosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.nettosphere.samples nettosphere-chat jar - 2.4.9-SNAPSHOT + 2.4.18 Nettosphere Chat http://maven.apache.org diff --git a/nettosphere-samples/games/pom.xml b/nettosphere-samples/games/pom.xml index 64312466..51c2c382 100644 --- a/nettosphere-samples/games/pom.xml +++ b/nettosphere-samples/games/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples nettosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.nettosphere.samples nettosphere-games jar - 2.4.9-SNAPSHOT + 2.4.18 Nettosphere Snake Games http://maven.apache.org diff --git a/nettosphere-samples/jersey-chat/pom.xml b/nettosphere-samples/jersey-chat/pom.xml index 3426ba24..d5705f34 100644 --- a/nettosphere-samples/jersey-chat/pom.xml +++ b/nettosphere-samples/jersey-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples nettosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.nettosphere.samples nettosphere-jersey-chat jar - 2.4.9-SNAPSHOT + 2.4.18 Nettosphere Jersey Chat http://maven.apache.org diff --git a/nettosphere-samples/pom.xml b/nettosphere-samples/pom.xml index be3e91fe..e377b766 100644 --- a/nettosphere-samples/pom.xml +++ b/nettosphere-samples/pom.xml @@ -3,13 +3,13 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples nettosphere-samples pom - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-samples chat diff --git a/nettosphere-samples/socketio-chat/pom.xml b/nettosphere-samples/socketio-chat/pom.xml index 1a8231ea..c675a2fb 100644 --- a/nettosphere-samples/socketio-chat/pom.xml +++ b/nettosphere-samples/socketio-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples nettosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.nettosphere.samples nettosphere-socketio-chat jar - 2.4.9-SNAPSHOT + 2.4.18 Nettosphere SocketIO Chat http://maven.apache.org diff --git a/pom.xml b/pom.xml index d43cee1f..030a01dc 100755 --- a/pom.xml +++ b/pom.xml @@ -11,13 +11,13 @@ atmosphere-samples-project pom atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 http://github.com/Atmosphere/atmosphere-samples scm:git:git@github.com:Atmosphere/atmosphere-samples.git scm:git:git@github.com:Atmosphere/atmosphere-samples.git http://github.com/Atmosphere/atmosphere-samples - HEAD + atmosphere-samples-project-2.4.18 2.2.0 diff --git a/samples/all-api-pubsub/pom.xml b/samples/all-api-pubsub/pom.xml index c04458b1..a789e82d 100644 --- a/samples/all-api-pubsub/pom.xml +++ b/samples/all-api-pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-all-api-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-all-api-pubsub http://maven.apache.org diff --git a/samples/async-annotation-pubsub/pom.xml b/samples/async-annotation-pubsub/pom.xml index 3f13703d..10708834 100644 --- a/samples/async-annotation-pubsub/pom.xml +++ b/samples/async-annotation-pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-annotation-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-annotation-pubsub http://maven.apache.org diff --git a/samples/atmosphere-ee6/pom.xml b/samples/atmosphere-ee6/pom.xml index 48d31cf0..b2ceeb5c 100644 --- a/samples/atmosphere-ee6/pom.xml +++ b/samples/atmosphere-ee6/pom.xml @@ -3,11 +3,11 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 - 2.4.9-SNAPSHOT + 2.4.18 org.atmosphere.samples atmosphere-ee6 atmosphere-ee6 diff --git a/samples/atmospherehandler-pubsub/pom.xml b/samples/atmospherehandler-pubsub/pom.xml index 5285339d..6a67901d 100644 --- a/samples/atmospherehandler-pubsub/pom.xml +++ b/samples/atmospherehandler-pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-atmospherehandler-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-atmospherehandler-pubsub http://maven.apache.org diff --git a/samples/channel/pom.xml b/samples/channel/pom.xml index 9f4bd30d..fb46dc3c 100755 --- a/samples/channel/pom.xml +++ b/samples/channel/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-channel war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-channel http://maven.apache.org diff --git a/samples/chat-multiroom/pom.xml b/samples/chat-multiroom/pom.xml index d3a0e153..3735bce2 100644 --- a/samples/chat-multiroom/pom.xml +++ b/samples/chat-multiroom/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-chat-multiroom war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-chat-multiroom http://maven.apache.org diff --git a/samples/chat-node-client/pom.xml b/samples/chat-node-client/pom.xml index 4b79435f..d264edbe 100644 --- a/samples/chat-node-client/pom.xml +++ b/samples/chat-node-client/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-chat-node-client jar - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-chat-node-client http://maven.apache.org diff --git a/samples/chat/pom.xml b/samples/chat/pom.xml index 7a514a4e..79a5920a 100644 --- a/samples/chat/pom.xml +++ b/samples/chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-chat http://maven.apache.org diff --git a/samples/commons/pom.xml b/samples/commons/pom.xml index e12a585b..7ff07ebe 100644 --- a/samples/commons/pom.xml +++ b/samples/commons/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere atmosphere-samples-commons jar - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-samples-commons http://maven.apache.org diff --git a/samples/cxf-chat-osgi/pom.xml b/samples/cxf-chat-osgi/pom.xml index a0ec6822..53dc7d76 100644 --- a/samples/cxf-chat-osgi/pom.xml +++ b/samples/cxf-chat-osgi/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-cxf-chat-osgi bundle - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-rest-chat http://maven.apache.org diff --git a/samples/cxf-chat/pom.xml b/samples/cxf-chat/pom.xml index 75b8aa5b..4ee1c1b4 100644 --- a/samples/cxf-chat/pom.xml +++ b/samples/cxf-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-cxf-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-rest-chat http://maven.apache.org diff --git a/samples/embedded-jetty-websocket-chat/pom.xml b/samples/embedded-jetty-websocket-chat/pom.xml index 2cc41a36..48ecb560 100644 --- a/samples/embedded-jetty-websocket-chat/pom.xml +++ b/samples/embedded-jetty-websocket-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-jetty-embedded-websocket jar - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-jetty-embedded-websocket http://maven.apache.org diff --git a/samples/jersey-pubsub/pom.xml b/samples/jersey-pubsub/pom.xml index 72982609..1f1461e2 100644 --- a/samples/jersey-pubsub/pom.xml +++ b/samples/jersey-pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-jersey-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-jersey-pubsub http://maven.apache.org diff --git a/samples/jersey2-chat/pom.xml b/samples/jersey2-chat/pom.xml index e7c2c8c0..1c9f7f04 100644 --- a/samples/jersey2-chat/pom.xml +++ b/samples/jersey2-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-jersey2-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-jersey2-chat http://maven.apache.org diff --git a/samples/meteor-chat/pom.xml b/samples/meteor-chat/pom.xml index db1fbdd2..031e484f 100755 --- a/samples/meteor-chat/pom.xml +++ b/samples/meteor-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-meteor-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-meteor-chat http://maven.apache.org diff --git a/samples/meteor-pubsub/pom.xml b/samples/meteor-pubsub/pom.xml index e50f0444..343b0dbd 100644 --- a/samples/meteor-pubsub/pom.xml +++ b/samples/meteor-pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-meteor-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-meteor-pubsub http://maven.apache.org diff --git a/samples/pom.xml b/samples/pom.xml index 000594b9..7894a04f 100755 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,13 +3,13 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-samples pom - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-samples chat diff --git a/samples/pubsub/pom.xml b/samples/pubsub/pom.xml index b3fff99c..f09b1e7a 100755 --- a/samples/pubsub/pom.xml +++ b/samples/pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-pubsub http://maven.apache.org diff --git a/samples/rest-chat/pom.xml b/samples/rest-chat/pom.xml index c6cc83ad..54f66a60 100644 --- a/samples/rest-chat/pom.xml +++ b/samples/rest-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-rest-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-rest-chat http://maven.apache.org diff --git a/samples/spring-boot-sample-atmosphere/pom.xml b/samples/spring-boot-sample-atmosphere/pom.xml index 3dd93bb0..879a9e8a 100644 --- a/samples/spring-boot-sample-atmosphere/pom.xml +++ b/samples/spring-boot-sample-atmosphere/pom.xml @@ -4,7 +4,7 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 spring-boot-sample-atmosphere Spring Boot Atmosphere Sample diff --git a/samples/sse-chat/pom.xml b/samples/sse-chat/pom.xml index 83767458..29f50e77 100644 --- a/samples/sse-chat/pom.xml +++ b/samples/sse-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-chat-sse war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-chat-sse http://maven.apache.org diff --git a/samples/sse-rest-chat/pom.xml b/samples/sse-rest-chat/pom.xml index f0dfb717..ab9bf931 100644 --- a/samples/sse-rest-chat/pom.xml +++ b/samples/sse-rest-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-sse-rest-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-sse-rest-chat http://maven.apache.org diff --git a/samples/twitter-live-feed/pom.xml b/samples/twitter-live-feed/pom.xml index 0cbe177e..b0c361a6 100755 --- a/samples/twitter-live-feed/pom.xml +++ b/samples/twitter-live-feed/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-twitter-live-feed war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-twitter-live-feed diff --git a/samples/webrtc-atmospherehandler/pom.xml b/samples/webrtc-atmospherehandler/pom.xml index 80905398..e8961974 100644 --- a/samples/webrtc-atmospherehandler/pom.xml +++ b/samples/webrtc-atmospherehandler/pom.xml @@ -2,12 +2,12 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-videochat - 2.4.9-SNAPSHOT + 2.4.18 war atmosphere-videochat VideoChat with Atmosphere handler and webrtc diff --git a/samples/webrtc-jersey/pom.xml b/samples/webrtc-jersey/pom.xml index 9bc5d428..05cf4b7a 100644 --- a/samples/webrtc-jersey/pom.xml +++ b/samples/webrtc-jersey/pom.xml @@ -2,12 +2,12 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-jersey-webrtc - 2.4.9-SNAPSHOT + 2.4.18 war atmosphere-jersey-webrtc VideoChat with Atmosphere Jersey and webrtc diff --git a/samples/websocket-chat/pom.xml b/samples/websocket-chat/pom.xml index 4b5c8cbb..a61df946 100644 --- a/samples/websocket-chat/pom.xml +++ b/samples/websocket-chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-websocket-chat war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-websocket-chat http://maven.apache.org diff --git a/samples/websocket-stream/pom.xml b/samples/websocket-stream/pom.xml index 3149c730..d1fb313f 100644 --- a/samples/websocket-stream/pom.xml +++ b/samples/websocket-stream/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-websocket-stream war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-websocket-stream http://maven.apache.org diff --git a/samples/websockethandler-pubsub/pom.xml b/samples/websockethandler-pubsub/pom.xml index 5b0d7e25..4e4b7e66 100644 --- a/samples/websockethandler-pubsub/pom.xml +++ b/samples/websockethandler-pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-websockethandler-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-websockethandler-pubsub diff --git a/stomp/pom.xml b/stomp/pom.xml index 7ced809f..8aca6887 100644 --- a/stomp/pom.xml +++ b/stomp/pom.xml @@ -3,14 +3,14 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 ../ 4.0.0 org.atmosphere.samples atmosphere-stomp-samples pom - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-stomp-samples pubsub diff --git a/stomp/pubsub/pom.xml b/stomp/pubsub/pom.xml index f65d3790..b59ccc29 100644 --- a/stomp/pubsub/pom.xml +++ b/stomp/pubsub/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples atmosphere-stomp-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples atmosphere-stomp-pubsub war - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-stomp-pubsub https://github.com/Atmosphere/atmosphere-samples diff --git a/wasync-samples/chat/pom.xml b/wasync-samples/chat/pom.xml index e86b7e3a..b326beca 100644 --- a/wasync-samples/chat/pom.xml +++ b/wasync-samples/chat/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples wasync-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.wasync.samples wasync-chat jar - 2.4.9-SNAPSHOT + 2.4.18 wAsync Chat http://maven.apache.org diff --git a/wasync-samples/node.js/pom.xml b/wasync-samples/node.js/pom.xml index 2726c870..885e8180 100644 --- a/wasync-samples/node.js/pom.xml +++ b/wasync-samples/node.js/pom.xml @@ -3,13 +3,13 @@ org.atmosphere.samples wasync-samples - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.wasync.samples node.js-chat jar - 2.4.9-SNAPSHOT + 2.4.18 wAsync Node.js Chat http://maven.apache.org diff --git a/wasync-samples/pom.xml b/wasync-samples/pom.xml index a21f3f7c..78c5b743 100644 --- a/wasync-samples/pom.xml +++ b/wasync-samples/pom.xml @@ -3,13 +3,13 @@ org.atmosphere atmosphere-samples-project - 2.4.9-SNAPSHOT + 2.4.18 4.0.0 org.atmosphere.samples wasync-samples pom - 2.4.9-SNAPSHOT + 2.4.18 atmosphere-samples chat