diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-10-10 13:55:04 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-10-10 13:55:04 +0800 |
commit | d7916a0892b88efed12a24e5bbf54c7bf78cfbe6 (patch) | |
tree | 1fab125decf8fde92a410ea507bc41c62ca3c362 | |
parent | da1625f8f4db572eb64aad435e33adbcf7dc5a92 (diff) |
Update pom and docker version of vfc-wfengine
Change-Id: I87dae7edd4282ccdcd7c4ffae9dfd456d856602e
Issue-ID: VFC-1142
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
23 files changed, 23 insertions, 23 deletions
diff --git a/activiti-extension/pom.xml b/activiti-extension/pom.xml index b908790..ec37dd3 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.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>vfc-nfvo-wfengine-activiti-extension</name>
<packaging>jar</packaging>
diff --git a/activiti-extension/src/main/docker/activiti-docker-build_image.sh b/activiti-extension/src/main/docker/activiti-docker-build_image.sh index 8a61f09..7d0e8a1 100644 --- a/activiti-extension/src/main/docker/activiti-docker-build_image.sh +++ b/activiti-extension/src/main/docker/activiti-docker-build_image.sh @@ -8,7 +8,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" # VERSION="1.0.0" -DOCKER_VER="1.1.0" +DOCKER_VER="1.2.0" VERSION="${DOCKER_VER}-SNAPSHOT" PROJECT="vfc" IMAGE="wfengine-activiti" diff --git a/activiti-extension/version.properties b/activiti-extension/version.properties index 453f98d..d467a57 100644 --- a/activiti-extension/version.properties +++ b/activiti-extension/version.properties @@ -4,7 +4,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}
@@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.wfengine</groupId>
<artifactId>wfengine</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-wfengine</name>
<description>vfc/nfvo/wfengine</description>
diff --git a/version.properties b/version.properties index 460d220..b479afe 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,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} diff --git a/wfenginemgrservice/pom.xml b/wfenginemgrservice/pom.xml index e2b7439..c36769e 100644 --- a/wfenginemgrservice/pom.xml +++ b/wfenginemgrservice/pom.xml @@ -16,7 +16,7 @@ <groupId>org.onap.vfc.nfvo.wfengine</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>workflow-engine-mgr-service</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>vfc-nfvo-wfengine-wfenginemgrservice</name>
<packaging>jar</packaging>
diff --git a/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh b/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh index 93b8c34..ebb2c94 100644 --- a/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh +++ b/wfenginemgrservice/src/main/docker/wfenginemgrservice-docker-build_image.sh @@ -8,7 +8,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" # VERSION="1.0.0" -DOCKER_VER="1.1.0" +DOCKER_VER="1.2.0" VERSION="${DOCKER_VER}-SNAPSHOT" PROJECT="vfc" IMAGE="wfengine-mgrservice" diff --git a/wfenginemgrservice/version.properties b/wfenginemgrservice/version.properties index 453f98d..d467a57 100644 --- a/wfenginemgrservice/version.properties +++ b/wfenginemgrservice/version.properties @@ -4,7 +4,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}
diff --git a/wso2/baseservice-i18n/pom.xml b/wso2/baseservice-i18n/pom.xml index d110db3..9d246b5 100644 --- a/wso2/baseservice-i18n/pom.xml +++ b/wso2/baseservice-i18n/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>baseservice-i18n</artifactId> <name>common-services-common-utilities/baseservice-i18n</name> diff --git a/wso2/common-util/pom.xml b/wso2/common-util/pom.xml index 074cf13..3a77439 100644 --- a/wso2/common-util/pom.xml +++ b/wso2/common-util/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>commonlib-cbb</artifactId> <packaging>jar</packaging> diff --git a/wso2/dropwizard-ioc-container/pom.xml b/wso2/dropwizard-ioc-container/pom.xml index 6223c7f..039528d 100644 --- a/wso2/dropwizard-ioc-container/pom.xml +++ b/wso2/dropwizard-ioc-container/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>dropwizard-ioc-container</artifactId> <name>common-services-common-utilities/dropwizard-ioc-container</name> diff --git a/wso2/logging-sdk/pom.xml b/wso2/logging-sdk/pom.xml index c616c74..1344dab 100644 --- a/wso2/logging-sdk/pom.xml +++ b/wso2/logging-sdk/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>logging-sdk</artifactId> <name>common-services-common-utilities/logging-sdk</name> diff --git a/wso2/pom.xml b/wso2/pom.xml index 311e667..7c21204 100644 --- a/wso2/pom.xml +++ b/wso2/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>../oparent</relativePath> </parent> diff --git a/wso2/rest-client/pom.xml b/wso2/rest-client/pom.xml index de54805..32f8c84 100644 --- a/wso2/rest-client/pom.xml +++ b/wso2/rest-client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>commonlib-restclient</artifactId> <properties> diff --git a/wso2/wso2bpel-ext/pom.xml b/wso2/wso2bpel-ext/pom.xml index e432cbe..2026c9f 100644 --- a/wso2/wso2bpel-ext/pom.xml +++ b/wso2/wso2bpel-ext/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>wso2bpelparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>wso2bpel-parent/wso2bpelparent</relativePath> </parent> diff --git a/wso2/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml b/wso2/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml index 3f81980..43cc332 100644 --- a/wso2/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>wso2bpel-core-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <!-- <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> diff --git a/wso2/wso2bpel-ext/wso2bpel-core/distribution/pom.xml b/wso2/wso2bpel-ext/wso2bpel-core/distribution/pom.xml index fd6c48c..7ed47c6 100644 --- a/wso2/wso2bpel-ext/wso2bpel-core/distribution/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-core/distribution/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>wso2bpel-core-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/wso2/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml b/wso2/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml index 1ec096d..6aab64b 100644 --- a/wso2/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>distribution</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/wso2/wso2bpel-ext/wso2bpel-core/pom.xml b/wso2/wso2bpel-ext/wso2bpel-core/pom.xml index 144066e..a63bf21 100644 --- a/wso2/wso2bpel-ext/wso2bpel-core/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>wso2bpel-root</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/wso2/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml b/wso2/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml index 5a7eac8..6153321 100644 --- a/wso2/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>wso2bpel-core-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/wso2/wso2bpel-ext/wso2bpel-parent/pom.xml b/wso2/wso2bpel-ext/wso2bpel-parent/pom.xml index 0d52f97..2b5f9e4 100644 --- a/wso2/wso2bpel-ext/wso2bpel-parent/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-parent/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>wso2bpelparent-lite</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>wso2bpelparent-lite</relativePath> </parent> diff --git a/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml b/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml index 8189977..0ff00ee 100644 --- a/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>../../../../oparent</relativePath> </parent> diff --git a/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml b/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml index 606977b..86a6b4b 100644 --- a/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml +++ b/wso2/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId> <artifactId>wso2bpelparent-lite</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>../wso2bpelparent-lite</relativePath> </parent> |