You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org> on 2009/06/25 10:22:54 UTC

[jira] Updated: (MRELEASE-455) Doesn't update the versions correctly if end tag is on a seperate line

     [ http://jira.codehaus.org/browse/MRELEASE-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan updated MRELEASE-455:
-----------------------------------------

    Attachment: MRELEASE-455.patch

Attached patch that will remove leading and trailing spaces in between tags.

e.g. 
{noformat}
<groupId>groupId
<groupId>

to

<groupId>groupId</groupId>
{noformat}

> Doesn't update the versions correctly if end tag is on a seperate line
> ----------------------------------------------------------------------
>
>                 Key: MRELEASE-455
>                 URL: http://jira.codehaus.org/browse/MRELEASE-455
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-8
>            Reporter: Maria Catherine Tan
>         Attachments: MRELEASE-455.patch
>
>
> {noformat}
> <dependencies>
>   <dependency>
>     <groupId>com.test
>     <groupId>
>     <artifactId>test
>     </artifactId>
>     <version>1.0-SNAPSHOT</version>
>   </dependency>
> </dependencies>
> {noformat}
> The released artifact contains snapshot dependency of com.test:test

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira