diff options
author | jimmy <jf2512@att.com> | 2020-01-28 14:46:42 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-01-28 15:37:00 -0500 |
commit | 7e11a36ceed232b9dd8aff62464a582b204f7588 (patch) | |
tree | 3b6027564c0db640dce16aea383ed9e994949d9c /version.properties | |
parent | 59bbcc84b3ea2ff66adc305a79081960734364d3 (diff) |
Fixing descriptions on duplicated xml-props blocks
Issue-ID: AAI-2687
Change-Id: I84eeeba0c72693f0b1e43e22b760e1c2c26112b5
Signed-off-by: Jimmy Forsyth <jf2512@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 3d18baa..8a4994d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 minor_version=6 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins |