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 5A4FDE831 for ; Sat, 5 Jan 2013 22:11:52 +0000 (UTC) Received: (qmail 20186 invoked by uid 500); 5 Jan 2013 22:11:50 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 20117 invoked by uid 500); 5 Jan 2013 22:11:50 -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 20107 invoked by uid 99); 5 Jan 2013 22:11:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2013 22:11:50 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [92.51.170.72] (HELO server01.mc0.hosteurope.de) (92.51.170.72) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2013 22:11:42 +0000 Received: from server04.webmailer.hosteurope.de ([10.9.0.183]); by mailout.hosteurope.de (server01.mc0.hosteurope.de) running EXperimental Internet Mailer with esmtps (TLSv1:AES256-SHA:256) id 1Trbxa-0004oQ-AH for users@maven.apache.org; Sat, 05 Jan 2013 23:11:22 +0100 Received: from nobody by server04.webmailer.hosteurope.de with local (Exim 4.72) (envelope-from ) id 1Trbxa-0007TZ-7s for users@maven.apache.org; Sat, 05 Jan 2013 23:11:22 +0100 To: Maven Users List Subject: Re: Maven release:prepare MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sat, 05 Jan 2013 23:11:22 +0100 From: =?UTF-8?Q?Michael_H=C3=BCttermann?= In-Reply-To: References: Message-ID: X-Sender: michael@huettermann.net User-Agent: Host Europe Webmailer/2.0 X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;michael@huettermann.net;1357423882;0749f393; X-Virus-Checked: Checked by ClamAV on apache.org the trick for such scenarios is easy: don't use the release-plugin. Am Samstag, den 05.01.2013, 13:29 +0100 schrieb Sundeep Reddy : > Hi All, > > The maven release:prepare does the following things: > > release: prepare – Performs a number of operations > > - Checks to make sure that there are no uncommitted changes. > - Ensures that there are no SNAPSHOT dependencies in the POM file, > - Changes the version of the application and removes SNAPSHOT from > the > version. ie 1.0.3-SNAPSHOT becomes 1.0.3 > - Run project tests against modified POMs > - Commit the modified POM > - Tag the code in Subversion > > > - Increment the version number and append SNAPSHOT. ie 1.0.3 > becomes > 1.0.4-SNAPSHOT > - Commit modified POM > > Is there way where we could skip the last 2 steps i,e increment of > the > version number and appending the SNAPSHOT . In a way just want to > convert > the snapshot to a release,no further development version. > > > > Thanks > > Sundeep --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org