You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/30 04:28:08 UTC

[jira] Commented: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

The following comment has been added to this issue:

     Author: Jason Chaffee
    Created: Mon, 29 Sep 2003 9:27 PM
       Body:
The cvs diff doesn't seem show diffs very well, so I have outlined the diffs below:

changed from:
    String timestampVersion = null;
to:
    String timestampVersion = "SNAPSHOT";


changed from:
    Node typeIdNode = node.selectSingleNode( "groupId" );
to:
    Node typeIdNode = node.selectSingleNode( "type" );


Removed the following:
    else
    {
        timestampVersion = "SNAPSHOT";
    }
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-867


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-867
    Summary: Maven Release plugin has a bug in SnapshotResolver see MAVEN-542
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-release
   Versions:
             1.0-final

   Assignee: 
   Reporter: Jason Chaffee

    Created: Mon, 29 Sep 2003 8:07 PM
    Updated: Mon, 29 Sep 2003 8:07 PM

Description:
I introduced a patch fix (I attached the java class) for MAVEN-542 .  However, I attached the wrong class (it had a couple of bugs in it).  I didn't realize this until the bug was closed and the patch applied.

I apologize for the mistake and have supplied a diff patch against the most recent version.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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