[
https://jira.codehaus.org/browse/MRELEASE-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=273819#comment-273819
]
Fabrizio Giudici commented on MRELEASE-695:
-------------------------------------------
BTW, I've downgraded to 2.1 as well. It's very unfortunate than a RFE which
seems not to difficult to implement took almost 5 years to be implemented
broken (just a consideration, not bashing anyone).
> tagNameFormat with @{project.version} tags the SNAPSHOT version
> ---------------------------------------------------------------
>
> Key: MRELEASE-695
> URL: https://jira.codehaus.org/browse/MRELEASE-695
> Project: Maven 2.x Release Plugin
> Issue Type: Bug
> Affects Versions: 2.2
> Reporter: Fabrizio Giudici
>
> The much awaited (by me) MRELEASE-159 seems not to work. I tried a release
> with the following pom:
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-release-plugin</artifactId>
> <configuration>
> <localCheckout>true</localCheckout>
> <preparationGoals>clean install verify</preparationGoals>
> <goals>clean install javadoc:javadoc assembly:assembly
> deploy</goals>
> <arguments>-P${release.profiles}
> -DaltDeploymentRepository="${altDeploymentRepository}"</arguments>
> <tagNameFormat>@{project.version}</tagNameFormat>
> </configuration>
> </plugin>
> but I got the tag 1.0-ALPHA-2-SNAPSHOT in place of 1.0-ALPHA-2.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira