[
http://jira.codehaus.org/browse/MVERSIONS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Moloney closed MVERSIONS-26.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.0-alpha-3
checked out r9325 and built locally and the issue has disappeared.
> Can't resolve pom properties for specifying plugin version in pluginmanagement
> ------------------------------------------------------------------------------
>
> Key: MVERSIONS-26
> URL: http://jira.codehaus.org/browse/MVERSIONS-26
> Project: Maven 2.x Versions Plugin
> Issue Type: Wish
> Reporter: Paul Moloney
> Fix For: 1.0-alpha-3
>
>
> snippets from pom.xml
> <build>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-scm-plugin</artifactId>
> <version>${scm.plugin.version}</version>
> </plugin>
> <pluginManagement>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-scm-plugin</artifactId>
> <version>${scm.plugin.version}</version>
> </pluginManagement>
> </build>
> <properties>
> <scm.plugin.version>1.2<scm.plugin.version>
> </properties>
> when I run mvn versions:display-plugin-updates the property interpolation
> does not occur and following is reported
> maven-scm-plugin .... ${scm.plugin.version} -> 1.1
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email