Get rid of Maven 3 warnings
---------------------------
Key: SLING-1517
URL: https://issues.apache.org/jira/browse/SLING-1517
Project: Sling
Issue Type: Improvement
Reporter: Justin Edelson
Assignee: Justin Edelson
Priority: Minor
Maven 3 has a stricter, yet backwards-compatbile, POM parser. Sling poms use a
few deprecated features which should be changed:
* ${pom.version} -> ${project.version}
* ${artifactId} -> ${project.artifactId}
* ensure all plugins and reports have versions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.