You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincenzo Mancini (JIRA)" <ji...@codehaus.org> on 2010/12/18 09:08:58 UTC

[jira] Created: (MNG-4942) element would be nice to have for artifacts

<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