Repository: cxf Updated Branches: refs/heads/master e4de8e215 -> d226c07d4
forgot to sync atmosphere's version in samples Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d226c07d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d226c07d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d226c07d Branch: refs/heads/master Commit: d226c07d4db15fa9244a2f011df801839a880f68 Parents: e4de8e2 Author: Akitoshi Yoshida <[email protected]> Authored: Wed Mar 30 16:38:10 2016 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed Mar 30 16:39:39 2016 +0200 ---------------------------------------------------------------------- distribution/src/main/release/samples/jax_rs/websocket/pom.xml | 2 +- distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml | 2 +- distribution/src/main/release/samples/pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/d226c07d/distribution/src/main/release/samples/jax_rs/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml index 9b79c2c..12701f2 100644 --- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml @@ -32,7 +32,7 @@ <cxf.version>${project.version}</cxf.version> <!-- TODO remove these local entries after making the referenced dependency managed in parent/pom.xml --> <cxf.ahc.version>1.8.5</cxf.ahc.version> - <cxf.atmosphere.version>2.3.7</cxf.atmosphere.version> + <cxf.atmosphere.version>2.4.3</cxf.atmosphere.version> <cxf.jetty8.version>8.1.15.v20140411</cxf.jetty8.version> <cxf.jetty9.version>9.2.2.v20140723</cxf.jetty9.version> <cxf.jetty.version>${cxf.jetty8.version}</cxf.jetty.version> http://git-wip-us.apache.org/repos/asf/cxf/blob/d226c07d/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml index 9fed27a..49c4540 100644 --- a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml @@ -32,7 +32,7 @@ <properties> <cxf.version>${project.version}</cxf.version> <!-- TODO remove these local entries after making the referenced dependency managed in parent/pom.xml --> - <cxf.atmosphere.version>2.3.7</cxf.atmosphere.version> + <cxf.atmosphere.version>2.4.3</cxf.atmosphere.version> <cxf.jetty92.version>9.2.15.v20160210</cxf.jetty92.version> <cxf.jetty93.version>9.3.5.v20151012</cxf.jetty93.version> <cxf.jetty.version>${cxf.jetty93.version}</cxf.jetty.version> http://git-wip-us.apache.org/repos/asf/cxf/blob/d226c07d/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 393fae2..d7c5587 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -51,6 +51,7 @@ <module>jax_rs/basic_https</module> <module>jax_rs/basic</module> <module>jax_rs/websocket</module> + <module>jax_rs/websocket_web</module> <module>jax_rs/search</module> <module>jax_rs/description_swagger</module> <module>jax_rs/description_swagger2</module>
