diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-03-07 06:01:42 +0000 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-03-07 06:02:07 +0000 |
commit | 9d193f88972dbf80054cc637f803c97bc9941e89 (patch) | |
tree | 712b19d113239f57e11c433fefc9b5436406e093 /version.properties | |
parent | fde5c3a5ddfad6c465271faae974f04cc3d14594 (diff) |
Update pom to 1.0.0
Change-Id: I9f8fbb9986045ac775a325259efc39c98d757b4d
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 7c3f6b7..29cb353 100644 --- a/version.properties +++ b/version.properties @@ -23,8 +23,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=0 -minor=9 +major=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |