Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-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 5734C107FA for ; Fri, 26 Jul 2013 13:45:24 +0000 (UTC) Received: (qmail 45280 invoked by uid 500); 26 Jul 2013 13:45:24 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 45239 invoked by uid 500); 26 Jul 2013 13:45:23 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 45174 invoked by uid 99); 26 Jul 2013 13:45:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 13:45:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.181 as permitted sender) Received: from [209.85.212.181] (HELO mail-wi0-f181.google.com) (209.85.212.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jul 2013 13:45:15 +0000 Received: by mail-wi0-f181.google.com with SMTP id en1so785265wid.2 for ; Fri, 26 Jul 2013 06:44:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=URCQtSN28/FelBV0mmF7OF5NBxkCzxd8FwV/oK67VKs=; b=KUm1xRHCT0g3gv4t3ButEhqyX33hLxZRIhiTgR7YhARkFSu78DlL7H9n/Zun8nh3Ux rY0BA0P/+viH0sghCURlV2qjDx5kX5kHII3IkT+i+rBEf6BcCXJxa1sGRLRrXik9SY6v 9Ne1feNfzSLrbugNoswn067DRoF49gPntMsjbT6nZtTBWItvonRVOjIeTxhhF8VlAKVz igpkiDVgfM0Q2o4N9iJ0jwy+F0SSviCdRfwUg3NJ9c3Ob2GRVhqUlGsval5oRoOSHPxu 0vBoRON2GAXDQVL73v5x6yCmte+5vBfH/k5iW94w6PMU/cWA0yNOoXHO0nu2SxOdD6kY +HnQ== MIME-Version: 1.0 X-Received: by 10.194.219.198 with SMTP id pq6mr34947302wjc.58.1374846294798; Fri, 26 Jul 2013 06:44:54 -0700 (PDT) Received: by 10.194.152.103 with HTTP; Fri, 26 Jul 2013 06:44:54 -0700 (PDT) Date: Fri, 26 Jul 2013 14:44:54 +0100 Message-ID: Subject: Update to HC Parent 7 not followed through to httpcore poms; breaks 4.3-RC build From: sebb To: dev@hc.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org HC parent 7 renamed some maven.compile.* properties. When child poms were switched to the new parent, they were supposed to be updated as well. This does not seem to have happened for httpcore trunk. I can fix the poms, but it looks like the 4.3-RC2 release is broken, as there are several references to maven.compile.source which does not resolve. The 4.2.5-RC2 poms seem to be OK, because they retained local definitions of maven.compile.* The trunk poms can also be tidied up; there don't need to be local overrides of the maven compiler configuration any more, as all of HC uses the same source/target settings. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org