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 7DDEC200B63 for ; Mon, 11 Jul 2016 02:14:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7CB98160A87; Mon, 11 Jul 2016 00:14:08 +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 B0992160A86 for ; Mon, 11 Jul 2016 02:14:07 +0200 (CEST) Received: (qmail 37573 invoked by uid 500); 11 Jul 2016 00:14:06 -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 37023 invoked by uid 99); 11 Jul 2016 00:14:06 -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; Mon, 11 Jul 2016 00:14:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 53F6AE09C5; Mon, 11 Jul 2016 00:14:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: reta@apache.org To: commits@cxf.apache.org Date: Mon, 11 Jul 2016 00:14:15 -0000 Message-Id: In-Reply-To: <8cbfd51cd2674d03bacf70303de6a5e9@git.apache.org> References: <8cbfd51cd2674d03bacf70303de6a5e9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/33] cxf git commit: Fixing a typo in the Karaf swagger2 feature archived-at: Mon, 11 Jul 2016 00:14:08 -0000 Fixing a typo in the Karaf swagger2 feature Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/46040f88 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/46040f88 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/46040f88 Branch: refs/heads/master-jaxrs-2.1 Commit: 46040f88584faae17264cde80ecfaadd28b63fbf Parents: b20f102 Author: Sergey Beryozkin Authored: Wed Jul 6 15:21:28 2016 +0100 Committer: Sergey Beryozkin Committed: Wed Jul 6 15:21:28 2016 +0100 ---------------------------------------------------------------------- osgi/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/46040f88/osgi/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml index 71db85a..196d823 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -230,7 +230,7 @@ cxf-jaxrs - mvn:org.apache.cxf/cxf-rt-rs-service-description-swagger2/${project.version} + mvn:org.apache.cxf/cxf-rt-rs-service-description-swagger/${project.version} mvn:javax.validation/validation-api/${cxf.validation.api.version} mvn:org.apache.commons/commons-lang3/${cxf.commons-lang3.version} mvn:com.fasterxml.jackson.core/jackson-core/${cxf.jackson.version}