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

Reply via email to