Re: Forge version 1.2.10 (or 1.3.0)
friarsol wrote:I just figured the ordering would be kept on the ftp site if we used double numbers (01 < 03 < 10) instead of (1 < 10 < 3). But if Maven doesn't like it, then there's no reason to do it.
Dave knows more about this than I do but on a best case scenario I see that I would have to:
1. Edit the pom file to state "1.3.00"
2. Execute the beta build and release Maven command. Maven would split the version number on the "." and add "1" to "00" and the result would be "1". The leading zero would be stripped. The beta would have a version number of "1.3.1".
3. Maven would then write the updated pom file to the SVN with the version number "1.3.1". I would then have to manually change the pom file to get the two digit version number for the following snapshot builds.
Dave and Rob have mentioned that we may do future snapshot builds with a cron job to automate the process.
file" is a bad one