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 06D92200B6A for ; Mon, 22 Aug 2016 23:48:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 057D0160AB3; Mon, 22 Aug 2016 21:48:30 +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 6EEE5160A87 for ; Mon, 22 Aug 2016 23:48:29 +0200 (CEST) Received: (qmail 83067 invoked by uid 500); 22 Aug 2016 21:48:28 -0000 Mailing-List: contact dev-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list dev@creadur.apache.org Received: (qmail 83056 invoked by uid 99); 22 Aug 2016 21:48:28 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 21:48:28 +0000 Received: from [192.168.0.33] (x55b20068.dyn.telefonica.de [85.178.0.104]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 159D01A0118 for ; Mon, 22 Aug 2016 21:48:27 +0000 (UTC) Subject: Re: [jira] [Commented] (RAT-216) Update versions in pom after release of 0.12 and update dependencies To: dev@creadur.apache.org References: From: "P. Ottlinger" Message-ID: <76cdfbf9-b270-b6b2-1590-76ce0ff6d39b@apache.org> Date: Mon, 22 Aug 2016 23:48:22 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit archived-at: Mon, 22 Aug 2016 21:48:30 -0000 Hi Jochen, thanks for verifying that the problems I tried to report in May (subject: update to newest apache-parent pom yields problems with maven enforcer, from: 2016-05-21 ) are still there. My comment (in the task) was there to avoid additional nodes why I did not update the ASF parent. Feel free to open another bug in case you want the new ASF pom. IMHO RAT-216 is done, all builds (site/install) work fine. Cheers, Phil Am 22.08.2016 um 09:44 schrieb Jochen Wiedmann (JIRA): > > [ https://issues.apache.org/jira/browse/RAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15430253#comment-15430253 ] > > Jochen Wiedmann commented on RAT-216: > ------------------------------------- > > Please clarify that statement: > > We are unable to update to the latest ASF parent pom since it brings in incompatible (newer) dependency versions > that clash with our compiler settings. > > AFAICT, the parent pom cannot bring any dependencies into a project, apart from specifying versions in dependencyManagement. > > Besides, the child can always overrule its parent.