Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB9EC102F1 for ; Fri, 8 Nov 2013 17:54:25 +0000 (UTC) Received: (qmail 70911 invoked by uid 500); 8 Nov 2013 17:54:25 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 70626 invoked by uid 500); 8 Nov 2013 17:54:21 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 70607 invoked by uid 99); 8 Nov 2013 17:54:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 17:54:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 17:54:13 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id F0CAAB1117 for ; Fri, 8 Nov 2013 11:53:52 -0600 (CST) Date: Fri, 8 Nov 2013 11:53:52 -0600 (CST) From: "Robert Scholte (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MRELEASE-837) Release plugin resets parent to outdated version MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MRELEASE-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MRELEASE-837. ----------------------------------- Resolution: Cannot Reproduce Assignee: Robert Scholte Already fixed in a previous version. > Release plugin resets parent to outdated version > ------------------------------------------------ > > Key: MRELEASE-837 > URL: https://jira.codehaus.org/browse/MRELEASE-837 > Project: Maven Release Plugin > Issue Type: Bug > Components: prepare > Affects Versions: 2.0 > Reporter: Markus KARG > Assignee: Robert Scholte > Priority: Critical > > Using Maven 3.0.4 I noticed that the release plugin resets the parent to an outdated version. Here is what I noticed with all of my Projects when doing "mvn release:prepare": > * Asks whether I want to update the parent version. I say "yes". > * Asks whether "1.1" is the correct release version of paren, which is true. > * Asks whether "1.2-SNAPSHOT" is the correct developer version of parent, which is true. > * Asks whether "1.1" is the correct release version of child, which is true. > * Asks whether "1.2-SNAPSHOT" is the correct developer version of child, which is true. > After perform is done, my pom has different versions for parent and child: > * Child correctly has "1.2-SNAPSHOT" > * Parent incorrectly is reset to "1.1-SNAPSHOT" > This is simple to fix in each POM, but annoying when releasing much and often. Hence I would be glad if this could get fixed soon. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira