Kirill Vainer
4f53351f76
version: fix small mistake
8 years ago
Kirill Vainer
fe0360f3fc
appveyor: add support for build version
8 years ago
Kirill Vainer
41a4a0279c
version: remove sdk related configuration
8 years ago
Kirill Vainer
3d8cbda240
version: fix tag parsing issues
9 years ago
David Bernard
c0af575487
build: remove “git …”.execute() to retrieve git tag.
9 years ago
David Bernard
9416387111
build: release version defined from tag in format “vX.Y.Z” and “vX.Y.Z-M”.
...
Refactor to clearly split behaviour when release (based on tag) or not (SNAPSHOT).
9 years ago
David Bernard
142d7bebae
build: upload on bintray from travis when a git tag is set and it starts by jmeMainVersion
9 years ago
Kirill Vainer
afa9bcde7c
build: reenable maven upload
...
fixed branch name retrieval issue
10 years ago
Kirill Vainer
daff85d651
build: get versioning info from travis (if specified)
10 years ago
Kirill Vainer
7b7ebaf946
version: use the two digit version to generate the full version string
10 years ago
Kirill Vainer
a97048a4f3
sdk build: use "nbm revision" to allow upgrades between tagged releases
10 years ago
Kirill Vainer
be2e165a5d
version: consider any non-snapshot build as stable
10 years ago
Kirill Vainer
b7ab6d003e
build: separate full version from full name
10 years ago
Kirill Vainer
17887b1fb0
build: new build version info system
...
* JmeVersion is no longer autogenerated, instead it pulls info from version.properties
* Added version.gradle script to generate version info and expose it to other gradle scripts
* Embed version info inside JAR manifest
* Refactor NDK finding to use the same way as the version generation
10 years ago