I don't see any reason to add the HEAD tag in the first place. What is the use case for it?
prepare-release adds to the end, or overwrites an identical tag. It should probably also overwrite an identical version ID. - Brett Quoting [EMAIL PROTECTED]: > vmassol 2004/07/08 08:50:06 > > Modified: changes project.xml > Log: > manually remove the HEAD <version> tag that was not removed by the scm > plugin (see http://jira.codehaus.org/browse/MPSCM-17) > > Revision Changes Path > 1.33 +0 -5 maven-plugins/changes/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/maven-plugins/changes/project.xml,v > retrieving revision 1.32 > retrieving revision 1.33 > diff -u -r1.32 -r1.33 > --- project.xml 8 Jul 2004 15:49:03 -0000 1.32 > +++ project.xml 8 Jul 2004 15:50:06 -0000 1.33 > @@ -47,11 +47,6 @@ > <version> > <id>1.5</id> > <name>1.5</name> > - <tag>HEAD</tag> > - </version> > - <version> > - <id>1.5</id> > - <name>1.5</name> > <tag>MAVEN_CHANGES_1_5</tag> > </version> > </versions> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]