On 20/01/2010, at 6:56 AM, Dennis Lundberg wrote: > Okay, we're now down to 0 issues left in JIRA for a 2.0 release. > > Does anybody have anything more they want to add before I start the > release process?
It's getting late here, so I'll have to investigate this further tomorrow, but I think I found a regression in current trunk. In the tag command, I'm getting: svn ... copy --revision XYZ https://.../svn https://.../svn/releases/... instead of this in 2.0-beta-9 (which works): svn ... copy --revision XYZ https://.../svn/trunk https://.../svn/releases/... That is, the last part of the copy-from URL is chopped off so it fails. I'm not sure yet if this is caused by the non-standard tagBase of /releases instead of /tags. I'll try and take a closer look at this and the @requiresDependencyResolution change by the end of the week... - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org