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 5CBC5200B6D for ; Tue, 23 Aug 2016 16:55:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5B44D160A81; Tue, 23 Aug 2016 14:55:23 +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 C6B8B160AC4 for ; Tue, 23 Aug 2016 16:55:22 +0200 (CEST) Received: (qmail 32689 invoked by uid 500); 23 Aug 2016 14:55:21 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 32545 invoked by uid 99); 23 Aug 2016 14:55:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2016 14:55:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1FBC12C0152 for ; Tue, 23 Aug 2016 14:55:21 +0000 (UTC) Date: Tue, 23 Aug 2016 14:55:21 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-4434) Version range not correctly resolved for distribution build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 23 Aug 2016 14:55:23 -0000 [ https://issues.apache.org/jira/browse/KARAF-4434?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-4434: ---------------------------------------- Fix Version/s: (was: 4.0.6) 4.0.7 > Version range not correctly resolved for distribution build > ----------------------------------------------------------- > > Key: KARAF-4434 > URL: https://issues.apache.org/jira/browse/KARAF-4434 > Project: Karaf > Issue Type: Bug > Components: karaf-tooling > Affects Versions: 4.0.4 > Reporter: Markus Tippmann > Fix For: 4.1.0, 4.0.7 > > > using karaf-mave-plugin 4.0.4 without any obscure configuration, just boo= tFeatures, to build a distribution. > One feature contains a bundle location with a version range like: > mvn:groupid/artifactid/[1.0,2) > The assembly succeeds to build, but the distribution afterwards contains: > system/groupid/artifactid/[1.0,2)/artifactid-[1.0,2).jar > So it looks like the karaf assemble goal does not use the resolved versio= n but copies the version string from the feature XML. -- This message was sent by Atlassian JIRA (v6.3.4#6332)