Karl Heinz Marbaise created MNG-6206:
----------------------------------------

             Summary: We should produce a WARNING by using RELEASE, LATEST as 
versions
                 Key: MNG-6206
                 URL: https://issues.apache.org/jira/browse/MNG-6206
             Project: Maven
          Issue Type: Improvement
    Affects Versions: 3.5.0
            Reporter: Karl Heinz Marbaise
            Priority: Minor
             Fix For: 3.6.0


Currently we support the usage of {{LATEST}} and {{RELEASE}} as versions for 
dependencies. We should encourage users to use real versions or if they really 
like use version ranges...
{code:java}
public interface Artifact
    extends Comparable<Artifact>
{

    String RELEASE_VERSION = "RELEASE";

    String LATEST_VERSION = "LATEST";

{code}
https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-PluginMetaversionResolution




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to