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 6922F200BE9 for ; Sun, 11 Dec 2016 11:34:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 66264160B07; Sun, 11 Dec 2016 10:34:00 +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 DAB58160B20 for ; Sun, 11 Dec 2016 11:33:59 +0100 (CET) Received: (qmail 13840 invoked by uid 500); 11 Dec 2016 10:33:59 -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 13761 invoked by uid 99); 11 Dec 2016 10:33:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2016 10:33:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DC4952C03E0 for ; Sun, 11 Dec 2016 10:33:58 +0000 (UTC) Date: Sun, 11 Dec 2016 10:33:58 +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: Sun, 11 Dec 2016 10:34:00 -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.8) 4.0.9 > 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.9 > > > 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)