Hernan, here are some additional things that must be done: 1. Each pom.xml has a <parent>...</> which has "1.2-SNAPSHOT" string in it. It must be changed to 1.2. It can be easily fixed with a script.
2. Build openejb locally using mvn -o -DgeronimoVersion=1.2 Thanks Anita --- Kevan Miller <[EMAIL PROTECTED]> wrote: > > On Dec 4, 2006, at 9:44 AM, Hernan Cunico wrote: > > > Hi All, > > is there a way I could locally get rid of the SNAPSHOT or the > > revision number? > > It will really save me a lot of time with the Geronimo v1.2 > > documentation. > > Hernan, > You can always update your pom.xml locally and change the Geronimo > version from 1.2-SNAPSHOT to 1.2. Like: > > - <version>1.2-SNAPSHOT</version> > + <version>1.2</version> > > > I haven't tried it. Possible that you'll run into some build > problems/ > dependency issues... > > --kevan > ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited
