You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tim Mullender (JIRA)" <ji...@apache.org> on 2015/05/21 17:56:17 UTC

[jira] [Created] (MRELEASE-913) Nested properties in versions cause prepare to fail

Tim Mullender created MRELEASE-913:
--------------------------------------

             Summary: Nested properties in versions cause prepare to fail
                 Key: MRELEASE-913
                 URL: https://issues.apache.org/jira/browse/MRELEASE-913
             Project: Maven Release Plugin
          Issue Type: Bug
          Components: prepare
    Affects Versions: 2.5.2
            Reporter: Tim Mullender


We have a multi module project in which module-b depends on module-a, the version of module-a in the pom for module-b is defined as a property which defaults to project.version

When running release:prepare we get an error similar to the following:

The artifact (groupId:module-a) requires a different version (1.0) than what is found (${project.version}) for the expression (property.name) in the project (groupId:module-b).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)