Issue Type: Improvement Improvement
Affects Versions: 2.1
Assignee: Unassigned
Attachments: expressionDeprecation.patch
Created: 09/Dec/13 4:28 PM
Description:

During the maven3 build we receive the following warnings:
[WARNING] org.codehaus.mojo.versions.UpdateChildModulesMojo#allowSnapshots:
[WARNING] The syntax
[WARNING] @parameter _expression_="$

{property}

"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.

71 places in the Mojo classes needed the @parameter _expression_ updated. I verified this update works with both maven3 and maven2, even though the plugin uses the maven 2.2.1 plugin-api.

Environment: maven-versions-plugin 2.2-SNAPSHOT. JDK7, maven 3.1.1, Windows 7 64 bit
Project: Mojo's Versions Maven Plugin
Priority: Minor Minor
Reporter: Bob Fields
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