Can I revert a release after release:clean has been run?

2010-02-14 Thread Ed Hillmann
Hi. Is it possible to revert a release after everything's been completed. The scenario is this: we made a release on Friday, and it was discovered on Monday that a serious regression took place. We want to re-release the artifacts in question with a fix. I see that there's a release:clean goal

Re: Can I revert a release after release:clean has been run?

2010-02-14 Thread Stephen Connolly
eh can you not just type in the older version number while running the release? afaik, it will accept any verion as the new version (even the previous version) I think you are looking to make things more complex than they already are.. But then IMHO I wouldn't do that unless you use a maven repo

Re: Can I revert a release after release:clean has been run?

2010-02-14 Thread Ed Hillmann
On Mon, Feb 15, 2010 at 9:10 AM, Stephen Connolly wrote: > eh can you not just type in the older version number while running the > release? > > afaik, it will accept any verion as the new version (even the previous > version) > > I think you are looking to make things more complex than they alr

Re: Can I revert a release after release:clean has been run?

2010-02-14 Thread Stephen Connolly
On 15 February 2010 01:10, Ed Hillmann wrote: > On Mon, Feb 15, 2010 at 9:10 AM, Stephen Connolly > wrote: >> eh can you not just type in the older version number while running the >> release? >> >> afaik, it will accept any verion as the new version (even the previous >> version) >> >> I think