Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E15E6200BD3 for ; Tue, 6 Dec 2016 18:49:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E016D160B1B; Tue, 6 Dec 2016 17:49:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 37A8D160B17 for ; Tue, 6 Dec 2016 18:49:02 +0100 (CET) Received: (qmail 4140 invoked by uid 500); 6 Dec 2016 17:49:01 -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 4131 invoked by uid 99); 6 Dec 2016 17:49:01 -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; Tue, 06 Dec 2016 17:49:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3C5BADFFAB; Tue, 6 Dec 2016 17:49:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Updating Swagger UI version in the demos to get around a HTML encoding issue Date: Tue, 6 Dec 2016 17:49:01 +0000 (UTC) archived-at: Tue, 06 Dec 2016 17:49:03 -0000 Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 4aabd534a -> d04ba0797 Updating Swagger UI version in the demos to get around a HTML encoding issue Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d04ba079 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d04ba079 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d04ba079 Branch: refs/heads/3.1.x-fixes Commit: d04ba0797f41bc6fc0a44821c775f9458957f37c Parents: 4aabd53 Author: Colm O hEigeartaigh Authored: Tue Dec 6 17:47:36 2016 +0000 Committer: Colm O hEigeartaigh Committed: Tue Dec 6 17:48:55 2016 +0000 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/description_swagger2/pom.xml | 2 +- .../main/release/samples/jax_rs/description_swagger2_web/pom.xml | 2 +- distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml | 2 +- .../release/samples/jax_rs/spring_boot_scan/application/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/d04ba079/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml index c0503f0..45f8246 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml @@ -64,7 +64,7 @@ org.webjars swagger-ui - 2.1.8-M1 + 2.2.6 org.apache.cxf http://git-wip-us.apache.org/repos/asf/cxf/blob/d04ba079/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml index 7007f9f..b1c7aca 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml @@ -64,7 +64,7 @@ under the License. org.webjars swagger-ui - 2.1.8-M1 + 2.2.6 org.apache.cxf http://git-wip-us.apache.org/repos/asf/cxf/blob/d04ba079/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml index 843024c..4eae485 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml @@ -32,7 +32,7 @@ org.webjars swagger-ui - 2.1.0 + 2.2.6 org.apache.cxf http://git-wip-us.apache.org/repos/asf/cxf/blob/d04ba079/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml index b1109f2..12003c1 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml @@ -32,7 +32,7 @@ org.webjars swagger-ui - 2.1.0 + 2.2.6 org.apache.cxf