diff options
author | st782s <statta@research.att.com> | 2018-02-20 12:00:10 -0500 |
---|---|---|
committer | st782s <statta@research.att.com> | 2018-02-20 12:00:10 -0500 |
commit | 724ff8f8b22d6503ce5070ebc13f6f5fbc48c8cf (patch) | |
tree | 063414ae8d035fe9957cba3833661a915c1f8eff /version.properties | |
parent | 20602aa99841048e65a36dc26d8bfc4d6a11fcc9 (diff) |
Increase JUNIT Coverage
Issue-ID: PORTAL-136
Change-Id: I2223003924f36043753bef401ed1d8ee87f4a65e
Signed-off-by: st782s <statta@research.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 663379d3..dd5fdaca 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support # -major=1 -minor=4 +major=2 +minor=2 patch=0 base_version=${major}.${minor}.${patch} |