<since> element would be nice to have for artifacts
---------------------------------------------------

                 Key: MNG-4942
                 URL: http://jira.codehaus.org/browse/MNG-4942
             Project: Maven 2 & 3
          Issue Type: New Feature
    Affects Versions: 3.0.1
         Environment: Maven 3
            Reporter: Vincenzo Mancini


Would be nice to have {{<since>}} element everywhere we specify artifact 
coordinates:

{noformat}
[...]
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>1.0-beta-7</version>
<since>18 Dec 2010</since>
{noformat}

{{<since>}} element will tell Maven when version number was updated the last 
time. Later Maven will be able to inform project developers which version 
numbers are too old and need updating.

-- 
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

        

Reply via email to