diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-08-24 12:08:34 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-08-24 12:08:46 +0800 |
commit | 058767d593f8abaebac72f5670fb879520aabb38 (patch) | |
tree | 18e590d4137d8ea8ba2abc915abd5ed405db9360 | |
parent | 4606b9d4554cc4c829dae55b20325faafb063b2a (diff) |
Add version.properties file
Add version.properties file
Issue-ID: VFC-155
Change-Id: I0bd5af79b156552209861929a278fbde7677ed60
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | version.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..1b04310 --- /dev/null +++ b/version.properties @@ -0,0 +1,6 @@ +major=1
+minor=0
+patch=0
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
|