Using Play 2.0 framework, when I run
play dist
I always get:
xyz-1.0-SNAPSHOT.zip
How can I increase that number, or specify it manually with each build? End result would be:
xyz-1.1-SNAPSHOT.zip
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Change the
appVersionand/orappNameinproject/Build.scalafile.It will create dist package with new values next time.