Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F0930FEF6 for ; Wed, 27 Mar 2013 22:08:43 +0000 (UTC) Received: (qmail 46497 invoked by uid 500); 27 Mar 2013 22:08:41 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 46275 invoked by uid 500); 27 Mar 2013 22:08:40 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 46255 invoked by uid 99); 27 Mar 2013 22:08:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 22:08:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrei.pozolotin@gmail.com designates 209.85.128.46 as permitted sender) Received: from [209.85.128.46] (HELO mail-qe0-f46.google.com) (209.85.128.46) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 22:08:35 +0000 Received: by mail-qe0-f46.google.com with SMTP id a11so4830359qen.19 for ; Wed, 27 Mar 2013 15:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type; bh=YgmhJD4HpMGOd0mhfFQL0PBaQXl+j8WvCIE36YzE/7s=; b=e/Ot24UsQFESSy0Td8I+yHuZzYPRou7xBUWEMN4OH4MQ1rR3gYRlgtgJGZNXvdeBvZ mwaQJ3HbmykUBx/B2Ojc+lo9CH+NTAL3sihfUZDED5LeqOP8xmFtfaPmCtQ1pP5Figv+ 1y3uCeyK6IX1QqUnwF0e+8/xDAhy9s9Tep7juidLATU+9oGDqTP6q+tkpWTkWq8DY5dC 5uus+b1Uic6/SRPZNF0Yi0/qQuegsRth/dog95Wh+uzxjZVM3tO0O0M1cueJd31d1UAa XB9EsE33/OFjXZ1tuPdjED9QBnI5Czmi1pttQHKdr0LvzP0ImT03RaYReA3IrDbz11G0 qQWA== X-Received: by 10.229.58.129 with SMTP id g1mr1877075qch.144.1364422094743; Wed, 27 Mar 2013 15:08:14 -0700 (PDT) Received: from [10.222.4.187] ([67.217.131.2]) by mx.google.com with ESMTPS id u6sm19940248qap.8.2013.03.27.15.08.12 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Mar 2013 15:08:13 -0700 (PDT) Message-ID: <51536DCB.2050608@gmail.com> Date: Wed, 27 Mar 2013 17:08:11 -0500 From: Andrei Pozolotin User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: Maven Users List CC: Robert Scholte , announce@maven.apache.org, dev@maven.apache.org Subject: Re: [ANN] Maven Release Plugin 2.4.1 Released References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: multipart/alternative; boundary="------------090800050002050303070506" X-Virus-Checked: Checked by ClamAV on apache.org --------------090800050002050303070506 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Robert 1) great, thank you! 2) does it mean 2.4.1 does not blow up with this: http://jira.codehaus.org/browse/SCM-709 ? Andrei -------- Original Message -------- Subject: [ANN] Maven Release Plugin 2.4.1 Released From: Robert Scholte To: announce@maven.apache.org, users@maven.apache.org Cc: dev@maven.apache.org Date: Wed 27 Mar 2013 03:49:46 PM CDT > The Apache Maven team is pleased to announce the release of the Maven > Release Plugin, version 2.4.1 > > This plugin is used to release a project with Maven, saving a lot of > repetitive, manual work. Releasing a project is made in two steps: > prepare and perform. > > http://maven.apache.org/plugins/maven-release-plugin/ > > You should specify the version in your project's plugin configuration: > > > org.apache.maven.plugins > maven-release-plugin > 2.4.1 > > > > Release Notes - Maven 2.x Release Plugin - Version 2.4.1 > > ** Bug > * [MRELEASE-818] - release:perform ignores localCheckout=true > * [MRELEASE-819] - preparationGoals parameter supported before > version 2.4 > > ** Improvement > * [MRELEASE-820] - Upgrade Plexus Utils dependency > > ** Task > * [MRELEASE-830] - Fall back to SCM-1.7 until git status > --porcelain issues are resolved > > > Enjoy, > > -The Apache Maven team > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------090800050002050303070506--