Hello Maven users, When building project with Maven 3.0-alpha-5, warnings appear that "pom.version" and "pom.artifactId" properties have been deprecated in favor of their project.* variants. Is it same with pom.name property? I'm asking this because pom.name is not being reported as deprecated, but I expect it to be for consistency reason. Wish this deprecated stuff was listed in Maven 3 compatibility notes<http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html> .
Regards, Stevo.
