fix the demo name in README.txt
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/21c40dca Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/21c40dca Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/21c40dca Branch: refs/heads/3.0.x-fixes Commit: 21c40dca6a24f71eeac8b75aa2e21d5c426ba930 Parents: aa46bf3 Author: Akitoshi Yoshida <[email protected]> Authored: Wed Aug 12 12:07:10 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed Aug 12 12:47:13 2015 +0200 ---------------------------------------------------------------------- .../main/release/samples/jax_rs/description_swagger/README.txt | 2 +- .../main/release/samples/jax_rs/description_swagger2/README.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/21c40dca/distribution/src/main/release/samples/jax_rs/description_swagger/README.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger/README.txt b/distribution/src/main/release/samples/jax_rs/description_swagger/README.txt index 0ceee5b..15afca8 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger/README.txt +++ b/distribution/src/main/release/samples/jax_rs/description_swagger/README.txt @@ -1,4 +1,4 @@ -JAX-RS Search Demo +JAX-RS SwaggerFeature Demo ================= The demo shows a basic usage of Swagger API documentation with REST based Web Services using http://git-wip-us.apache.org/repos/asf/cxf/blob/21c40dca/distribution/src/main/release/samples/jax_rs/description_swagger2/README.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2/README.txt b/distribution/src/main/release/samples/jax_rs/description_swagger2/README.txt index 0ceee5b..83a8be7 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger2/README.txt +++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/README.txt @@ -1,7 +1,7 @@ -JAX-RS Search Demo +JAX-RS Swagger2Feature Demo ================= -The demo shows a basic usage of Swagger API documentation with REST based Web Services using +The demo shows a basic usage of Swagger 2.0 API documentation with REST based Web Services using JAX-RS 2.0 (JSR-339). Swagger UI is available at: http://localhost:9000/ Building and running the demo using Maven
