diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-11-16 08:37:09 -0500 |
---|---|---|
committer | Daniel Cruz <dc443y@att.com> | 2017-11-20 19:31:33 +0000 |
commit | 995bb2204a5b9ac5ba4c5a541767ad0f2d6615f6 (patch) | |
tree | 79caf61f2ef27ff2f41b1faf3bf6ecc2889a0a26 | |
parent | 0c8e3b3b681fe38b002db34058d5e083951d2c2d (diff) |
Update version.properties to 1.1.2
Missed this when updating the rest of the pom.xml
Issue-ID: POLICY-436
Change-Id: If93351317d30be54b2daa1a28b773b2ee8fe4e31
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit 5574639015d8316696a0964c6f2f842679e4bc36)
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 55fbf4416..c0fa9d52a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |