We go from SNAPSHOT to a real build number when we determine a build has sufficient functionality and stability to be considered for release. This is mostly objective but also a bit subjective in our process. You can use tools like Cobertura and Findbugs etc as well as your bug tracking system to help with the objectivity side.
When it is time for a real build, we do it manually, our continuous integration/build system does not cut those builds. I think this is pretty normal for most people on this list. Wayne On 8/20/07, EJ Ciramella <[EMAIL PROTECTED]> wrote: > Just wondering, when should you convert from a -SNAPSHOT version to a > fully fledge build number? > > When you convert to a build number, how does your build system update it > internally? Does it edit/submit the pom(s)? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
