diff options
author | 2018-05-11 17:49:40 +0300 | |
---|---|---|
committer | 2018-05-26 19:54:47 +0300 | |
commit | c3faa49849665b4e84c058e9ac1bf12c280299ba (patch) | |
tree | a913db304fd283c20e620170a4a5a13d393662a5 /version.properties | |
parent | 5c2e47c7d7648dfdc35436b4f2730475945709bd (diff) |
update version
apdate master version to 1.4.0
in pom and version properties
Change-Id: Ia020661a8ddc0c5a31250a6756e4f90a014d88d8
Issue-ID: SDC-1370
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index a24b0ee..d709d86 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=5 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |