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 9B7FE200D3C for ; Tue, 14 Nov 2017 15:15:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9A0EF160BF4; Tue, 14 Nov 2017 14:15:06 +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 11B401609EF for ; Tue, 14 Nov 2017 15:15:05 +0100 (CET) Received: (qmail 71415 invoked by uid 500); 14 Nov 2017 14:15:05 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 71402 invoked by uid 99); 14 Nov 2017 14:15:05 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2017 14:15:05 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 98DCA3A01E4 for ; Tue, 14 Nov 2017 14:15:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1815220 - /commons/proper/daemon/trunk/HOWTO-RELEASE.txt Date: Tue, 14 Nov 2017 14:15:00 -0000 To: commits@commons.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171114141503.98DCA3A01E4@svn01-us-west.apache.org> archived-at: Tue, 14 Nov 2017 14:15:06 -0000 Author: markt Date: Tue Nov 14 14:15:00 2017 New Revision: 1815220 URL: http://svn.apache.org/viewvc?rev=1815220&view=rev Log: Drop the test JARs. Keep the binaries. Modified: commons/proper/daemon/trunk/HOWTO-RELEASE.txt Modified: commons/proper/daemon/trunk/HOWTO-RELEASE.txt URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/HOWTO-RELEASE.txt?rev=1815220&r1=1815219&r2=1815220&view=diff ============================================================================== --- commons/proper/daemon/trunk/HOWTO-RELEASE.txt (original) +++ commons/proper/daemon/trunk/HOWTO-RELEASE.txt Tue Nov 14 14:15:00 2017 @@ -77,8 +77,12 @@ mvn deploy -Prelease [-Ptest-deploy] The test-deploy profile will deploy to target/deploy; omit for the live deploy Note: do not use clean in the same invocation. -Not sure why, but with Commons-Parent v21 this results deploying the non-Maven archives (zip and tar.gz) as well. -They can be deleted before closing the repo, but it is easier not to create them. +Remove the following artifacts and associated hashes/sigs before closing the +repo: +- tests.jar (there are no tests, just a simple sample) +- test-sources.jar (there are no tests, just a simple sample) +Do not remove the binary distributions since some users depend on Maven Central +to obtain these. Updating the site