Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76315E0F1 for ; Tue, 29 Jan 2013 17:53:14 +0000 (UTC) Received: (qmail 74892 invoked by uid 500); 29 Jan 2013 17:53:13 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 74848 invoked by uid 500); 29 Jan 2013 17:53:13 -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 74714 invoked by uid 99); 29 Jan 2013 17:53:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 17:53:13 +0000 Date: Tue, 29 Jan 2013 17:53:13 +0000 (UTC) From: "Andrei Pozolotin (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-1851) inconsistent FeaturesNamespaces versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Pozolotin updated KARAF-1851: ------------------------------------ Attachment: 0001-KARAF-1851.patch.txt > inconsistent FeaturesNamespaces versions > ---------------------------------------- > > Key: KARAF-1851 > URL: https://issues.apache.org/jira/browse/KARAF-1851 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Reporter: Andrei Pozolotin > Assignee: Ioannis Canellos > Attachments: 0001-KARAF-1851.patch.txt > > > should this be same version number 1.2.0? > String URI_CURRENT = URI_1_2_0; > QName FEATURES_CURRENT = FEATURES_1_1_0; > ################################################ > {code} > public interface FeaturesNamespaces { > String URI_0_0_0 = ""; > String URI_1_0_0 = "http://karaf.apache.org/xmlns/features/v1.0.0"; > String URI_1_1_0 = "http://karaf.apache.org/xmlns/features/v1.1.0"; > String URI_1_2_0 = "http://karaf.apache.org/xmlns/features/v1.2.0"; > String URI_CURRENT = URI_1_2_0; > QName FEATURES_0_0_0 = new QName("features"); > QName FEATURES_1_0_0 = new QName(URI_1_0_0, "features"); > QName FEATURES_1_1_0 = new QName(URI_1_1_0, "features"); > QName FEATURES_1_2_0 = new QName(URI_1_2_0, "features"); > QName FEATURES_CURRENT = FEATURES_1_1_0; > } > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira