diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-03-06 15:59:57 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-03-06 16:00:12 +0800 |
commit | 9bccf8215f3d7df6e4b5d8b1f0c7c162c6d75e17 (patch) | |
tree | 18074f992e33b7a8bd693cc1d0f7d637f767ca64 /activiti-extension | |
parent | 1ba5fe9946aaa03c4ec8b2e687997733e56a7eb5 (diff) |
Update wfengine release version to 1.3.3
Change-Id: I172c5df8f93f94432abfceffbf0f60bbb34fed20
Issue-ID: VFC-1626
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'activiti-extension')
-rw-r--r-- | activiti-extension/pom.xml | 2 | ||||
-rw-r--r-- | activiti-extension/version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activiti-extension/pom.xml b/activiti-extension/pom.xml index ee6b061..07edfbe 100644 --- a/activiti-extension/pom.xml +++ b/activiti-extension/pom.xml @@ -16,7 +16,7 @@ <groupId>org.onap.vfc.nfvo.wfengine</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>activiti-extension</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<name>vfc-nfvo-wfengine-activiti-extension</name>
<packaging>jar</packaging>
diff --git a/activiti-extension/version.properties b/activiti-extension/version.properties index 646f355..67ea9c9 100644 --- a/activiti-extension/version.properties +++ b/activiti-extension/version.properties @@ -5,7 +5,7 @@ major=1
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}
|