diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-02 10:39:39 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-02 10:39:45 -0400 |
commit | 3b7bd2bfcbe5007591b015ab34bbb8c9dc5f4084 (patch) | |
tree | fc12ae3cbbfcc1333329d1188c4efd6ba3785eed /version.properties | |
parent | f469cc7dd370df6d3f25db79a62d47b1ae01b2c9 (diff) |
Fix version.properties
Not in synch with pom.xml. Should be 2.0.0
Issue-ID: POLICY-1700
Change-Id: I3a761c703ce39523d13607f8ef29c58e47f6b11f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 614e56e9c..a3ac0d9c7 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |