Issue Type: Bug Bug
Affects Versions: 1.3.1
Assignee: Unassigned
Created: 05/Jun/12 4:52 PM
Description:

I have a master pom with:

<properties>
<vaadin.version>6.6.1</vaadin.version>
</properties>

This is used in:

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin</artifactId>
<version>${vaadin.version}</version>
</dependency>

but not in the master pom; rather in a child pom of the master pom. The update doesn't work:

[Mistral-MacOSX:WorkAreas/NorthernWind/northernwind-src] fritz% mvn versions:update-property -Dproperty=vaadin.version -DnewVersion=6.6.2
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------

...

[INFO] Property ${vaadin.version}: Leaving unchanged as 6.6.1

Project: Maven 2.x Versions Plugin
Priority: Major Major
Reporter: Fabrizio Giudici
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to