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/22 09:38:15 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=181059#action_181059 ] 

Maria Catherine Tan commented on MRELEASE-455:
----------------------------------------------

Apparently, the rewriting of dependency version failed if the groupId and the artifactId are not on the same line

{noformat}
<groupId>com.test</groupId>
<artifactId>test</artifactId>
{noformat}

Should probably look at the Xpath?


> 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
>
> {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