diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-08-22 17:27:17 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-08-22 17:27:29 +0800 |
commit | 099b6ed47c3409cbdbdcef3dbb377bfac4d17604 (patch) | |
tree | 4f45f0854222ff210d943f279b8b2a0c4b5f2b2b /version.properties | |
parent | 5ca5fe649edbf53d508677b60f94203b0b65a37e (diff) |
Fix pom dependence error
Issue-ID: VFC-1027
Change-Id: I1df475232d9753a2a778bcd002f1155d383567c2
Signed-off-by: yangyan <yangyanyj@chinamobile.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 d7c69cd5..2cddbb0d 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} |