[ http://jira.codehaus.org/browse/MRELEASE-114?page=comments#action_74300 ] 
            
Eric Bernstein commented on MRELEASE-114:
-----------------------------------------

My bad, I named the patch for MRELEASE-128, but published it to MRELEASE-114.  
Sorry about that.  I do believe MRELEASE-128 and MRELEASE-114 are the same 
issue though, and I can't remove the attachement, so it'll stay.  Hope no one 
minds too much.  I'll comment on MRELEASE-114 and point that issue over here.  

> ${project.artifactId} was replaced with it's value during release:perform
> -------------------------------------------------------------------------
>
>                 Key: MRELEASE-114
>                 URL: http://jira.codehaus.org/browse/MRELEASE-114
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>         Environment: Windows XP, Java 1.4.2
>            Reporter: Paul Spencer
>         Attachments: MRELEASE-128-maven-release-plugin.patch
>
>
> In release:perform, the variable ${project.artifactId} was replaced with it's 
> value in the connection and developerConnection tags in the pom. This did NOT 
> happen in other place in the pom!
> Before release:
> <connection>scm:cvs:pserver:[EMAIL 
> PROTECTED]:/bar:${project.artifactId}</connection>
> After release:
> <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/bar:master-pom</connection>
> BTW: The issue http://jira.codehaus.org/browse/MRELEASE-16 may be
>      related to the above problem. 

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

        

Reply via email to