diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 03:49:58 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 09:54:49 -0500 |
commit | e15bd97247800141eb5f0fdbd1fc3f7f03de6d8d (patch) | |
tree | ef35518bb4383bee795dd5d31cfef27bd7b6302c /version.properties | |
parent | 556943bfa0674656110be29b4a5777d5273732a9 (diff) |
Add v12 api changes for the new release code
Issue-ID: AAI-514
Change-Id: I5216e1d929d9fb2547e47c285dfcd94dfe4fde48
Signed-off-by: Venkata Harish K Kajur <vk250x@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 abe15cf..9c95207 100644 --- a/version.properties +++ b/version.properties @@ -4,11 +4,11 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=1 +minor_version=2 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT |