Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A0F8185FA for ; Wed, 12 Aug 2015 10:08:40 +0000 (UTC) Received: (qmail 33464 invoked by uid 500); 12 Aug 2015 10:08:40 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 33403 invoked by uid 500); 12 Aug 2015 10:08:39 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 33328 invoked by uid 99); 12 Aug 2015 10:08:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 10:08:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 800DBE10A2; Wed, 12 Aug 2015 10:08:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@cxf.apache.org Date: Wed, 12 Aug 2015 10:08:39 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf git commit: fix the demo name in README.txt 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 Authored: Wed Aug 12 12:07:10 2015 +0200 Committer: Akitoshi Yoshida 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