diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-10-23 19:22:32 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-10-23 19:22:48 +0800 |
commit | 8a155094476c3ed2ab5c5f66e5032d4b64f9afe1 (patch) | |
tree | f42de306ba617a08ae8456f424f171b002bab122 | |
parent | bcbded06b5873f412c0292b9c1ef84cbfcdc8458 (diff) |
bump version1.3.0
Issue-ID: VFC-1159
Change-Id: I757d5764fc3a6703f85a281b0f267d611542fb72
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | huawei/pom.xml | 2 | ||||
-rw-r--r-- | nokia/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rw-r--r-- | zte/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/huawei/pom.xml b/huawei/pom.xml index c8287d89..621b37da 100644 --- a/huawei/pom.xml +++ b/huawei/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId> <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei</groupId> diff --git a/nokia/pom.xml b/nokia/pom.xml index c3d3dc5f..659cc622 100644 --- a/nokia/pom.xml +++ b/nokia/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId> <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia</groupId> diff --git a/version.properties b/version.properties index 2cddbb0d..75e785ba 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=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} diff --git a/zte/pom.xml b/zte/pom.xml index fd3be392..c5702e8d 100644 --- a/zte/pom.xml +++ b/zte/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId> <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.zte</groupId> |