kavedaa / sbt-javafx

JavaFX plugin for SBT
36 stars 6 forks source link

Added ability to specify value of `fx:application/@version` #13

Closed metasim closed 10 years ago

metasim commented 10 years ago

To fulfill issue #10.

kavedaa commented 10 years ago

Are there any scenarios where the user would want to specify different "version" and "appVersion"?

metasim commented 10 years ago

Yes. I've found it not uncommon in when the semantic versioning used in binary artifact management doesn't align with a) what the business/marketing wants presented publicly to users, b) dev-ops wants variances for build tracking reasons, or c) the target platform wants a specific format (e.g. "x.y.z.q").

At any rate, I need it.

kavedaa commented 10 years ago

Good enough. :)