Eric, http://maven.apache.org/reference/developers/releasing-plugins.html
This is a lot less error prone, and includes some instructions you forgot. What I have done: - removed 1_3 for hibernate again, because you didn't release that - you released 1_2 - released 1.2 hibernate in JIRA, moved outstanding issue to 1.3 - added eclipse-1.9, released eclipse-1.8 in JIRA, moved outstanding issues to 1.9 - added cruisecontrol-1.6 in JIRA, released 1.5, moved outstanding issues to 1.6 Cheers, Brett Quoting [EMAIL PROTECTED]: > epugh 2004/08/14 12:45:43 > > Modified: hibernate project.xml > Log: > Forgot to tag 1.3 when doing release. > > Revision Changes Path > 1.37 +5 -0 maven-plugins/hibernate/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/maven-plugins/hibernate/project.xml,v > retrieving revision 1.36 > retrieving revision 1.37 > diff -u -r1.36 -r1.37 > --- project.xml 14 Aug 2004 19:38:59 -0000 1.36 > +++ project.xml 14 Aug 2004 19:45:42 -0000 1.37 > @@ -50,6 +50,11 @@ > <name>1.2</name> > <tag>MAVEN_HIBERNATE_1_2</tag> > </version> > + <version> > + <id>1.3</id> > + <name>1.3</name> > + <tag>MAVEN_HIBERNATE_1_3</tag> > + </version> > </versions> > <developers> > <developer> > > > > > --------------------------------------------------------------------- > 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]
