You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "David Hawkins (JIRA)" <ji...@codehaus.org> on 2005/11/14 13:52:06 UTC

[jira] Created: (MNG-1556) Update to work with automatic tagBase resolution of maven-scm-provider-svn

Update to work with automatic tagBase resolution of maven-scm-provider-svn
--------------------------------------------------------------------------

         Key: MNG-1556
         URL: http://jira.codehaus.org/browse/MNG-1556
     Project: Maven 2
        Type: Bug
  Components: maven-release-plugin  
    Versions: 2.0.1    
    Reporter: David Hawkins


I'll take this one

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1556) Update to work with automatic tagBase resolution of maven-scm-provider-svn

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1556?page=all ]
     
Emmanuel Venisse closed MNG-1556:
---------------------------------

      Assign To: Emmanuel Venisse
     Resolution: Fixed
    Fix Version: 2.0.1

Applied, thanks.

> Update to work with automatic tagBase resolution of maven-scm-provider-svn
> --------------------------------------------------------------------------
>
>          Key: MNG-1556
>          URL: http://jira.codehaus.org/browse/MNG-1556
>      Project: Maven 2
>         Type: Bug
>   Components: maven-release-plugin
>     Versions: 2.0.1
>     Reporter: David Hawkins
>     Assignee: Emmanuel Venisse
>      Fix For: 2.0.1
>  Attachments: MNG-1556-maven-release-plugin.patch
>
>
> I'll take this one

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1556) Update to work with automatic tagBase resolution of maven-scm-provider-svn

Posted by "David Hawkins (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1556?page=all ]

David Hawkins updated MNG-1556:
-------------------------------

    Attachment: MNG-1556-maven-release-plugin.patch

This patch makes the maven-release-plugin no longer specify the tagBase by default. It will now play nicely with the changes made to the maven-scm-provider-svn in SCM-72.

The other significant change is that I made the version resolution a little smarter.  I was tired of it not understanding my 3 digit versions (1.1.1).  It now understands quite a few different ways of specifying the version and should be able to generate the next version as well as a snapshot version string.  While it is quite robust, I wrote it with the thought that others could implement the interface if they wanted to use their own versioning scheme.  I have the ProjectVersionResolver.getResolvedVersion  explicitly instantiating the DefaultVersionInfo class because I am not sure what the best pattern is to have the container handle it.  If someone wanted to insert their own class for the impl, how could they go about configuring it to do so?  I also had the VersionInfo object implement comparable even though it isn't used right now. I can think of a couple places that might come in handy.

--David

> Update to work with automatic tagBase resolution of maven-scm-provider-svn
> --------------------------------------------------------------------------
>
>          Key: MNG-1556
>          URL: http://jira.codehaus.org/browse/MNG-1556
>      Project: Maven 2
>         Type: Bug
>   Components: maven-release-plugin
>     Versions: 2.0.1
>     Reporter: David Hawkins
>  Attachments: MNG-1556-maven-release-plugin.patch
>
>
> I'll take this one

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org