Repository: cxf Updated Branches: refs/heads/master dc6fe383b -> 20c1dfa69
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/20c1dfa6 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/20c1dfa6 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/20c1dfa6 Branch: refs/heads/master Commit: 20c1dfa69ea9da6f8079a204eb062045369a25fd Parents: 2fffaca Author: Akitoshi Yoshida <[email protected]> Authored: Wed Aug 12 12:07:10 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed Aug 12 12:08:29 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/20c1dfa6/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/20c1dfa6/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
