Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A774718AAA for ; Tue, 13 Oct 2015 14:55:08 +0000 (UTC) Received: (qmail 83989 invoked by uid 500); 13 Oct 2015 14:55:05 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 83879 invoked by uid 500); 13 Oct 2015 14:55:05 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 83622 invoked by uid 99); 13 Oct 2015 14:55:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2015 14:55:05 +0000 Date: Tue, 13 Oct 2015 14:55:05 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-13403) Ambari unable to build rpms with 4 digit 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/AMBARI-13403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk resolved AMBARI-13403. -------------------------------------- Resolution: Fixed Committed to trunk and branch-2.1 and branch-2.1.2 > Ambari unable to build rpms with 4 digit versions > ------------------------------------------------- > > Key: AMBARI-13403 > URL: https://issues.apache.org/jira/browse/AMBARI-13403 > Project: Ambari > Issue Type: Bug > Reporter: Andrew Onischuk > Assignee: Andrew Onischuk > Fix For: 2.1.3 > > > We tried making the change but the rpms being created do not get the correct version number. > The goal is to create a build with version 2.1.2.0.378. As you can see the rpms being created are with version 2.1.2-0: > ... ambari-metrics-monitor/RPMS/x86_64/ambari-metrics-monitor-2.1.2-0.x86_64.rpm > It seems as if the build is not processing a 4 digit version + build properly. DnewVersion=2.1.2.0.378 is being broken such that the 4th digit is becoming the build number. I suspect the replacement directive in POM needs to be changed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)