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 3895F200D0B for ; Mon, 28 Aug 2017 17:01:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 370D0164D04; Mon, 28 Aug 2017 15:01:27 +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 841C5164D1A for ; Mon, 28 Aug 2017 17:01:26 +0200 (CEST) Received: (qmail 6847 invoked by uid 500); 28 Aug 2017 15:01:25 -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 6733 invoked by uid 99); 28 Aug 2017 15:01:24 -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, 28 Aug 2017 15:01:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD89BF5661; Mon, 28 Aug 2017 15:01:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Mon, 28 Aug 2017 15:01:27 -0000 Message-Id: <3eb0828b233b41fc8525da9e3dc4066f@git.apache.org> In-Reply-To: <26dc98f94b81498ab8b7bed4891fefdf@git.apache.org> References: <26dc98f94b81498ab8b7bed4891fefdf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] cxf git commit: Use snapshot temporarily archived-at: Mon, 28 Aug 2017 15:01:27 -0000 Use snapshot temporarily Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a5563503 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a5563503 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a5563503 Branch: refs/heads/master Commit: a55635031f4e86124269df880bd3182b1b2dd78d Parents: e663a0d Author: Daniel Kulp Authored: Mon Aug 28 11:01:02 2017 -0400 Committer: Daniel Kulp Committed: Mon Aug 28 11:01:02 2017 -0400 ---------------------------------------------------------------------- osgi/karaf/features/src/main/resources/features.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/a5563503/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 c64c1fa..9840ccd 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -28,7 +28,7 @@ mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${cxf.servicemix.specs.version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/${cxf.servicemix.specs.version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version} - mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/${cxf.servicemix.specs.version} + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/2.10-SNAPSHOT mvn:javax.mail/mail/${cxf.javax.mail.version} mvn:org.codehaus.woodstox/stax2-api/${cxf.woodstox.stax2-api.version} mvn:com.fasterxml.woodstox/woodstox-core/${cxf.woodstox.core.version} @@ -272,7 +272,7 @@ - mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/${cxf.servicemix.specs.version} + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/2.10-SNAPSHOT mvn:javax.annotation/javax.annotation-api/${cxf.javax.annotation-api.version} mvn:org.yaml/snakeyaml/${cxf.snakeyaml.version} mvn:com.fasterxml.jackson.core/jackson-core/${cxf.jackson.version}