From bad9c3e070330ec6353b53213b320e7d67d9827c Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 1 Sep 2017 03:06:57 +0000 Subject: Switch to Java template JJB Issue-Id: DCAEGEN2-60 Change-Id: I927a4146599c37b39e7a56169e9273f82431a247 Signed-off-by: Lusheng Ji --- version.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 version.properties (limited to 'version.properties') diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..73415a7 --- /dev/null +++ b/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=1 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg