Hi, I am using maven for web application development. As it is in development phase it is versioned as app-1.0-SNAPSHOT. But, application starts in couple of weeks, I was wondering what should be the best practise for release during tests. I believe only when it is tested and can go to production, then it is versioned to app-1.0. But, during testing how do we manage its versions?
Thanks, Prashant