diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-05-29 10:19:25 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-05-29 10:21:29 +0300 |
commit | bcc49b982fda33597e22c4463c06610de7dd95ba (patch) | |
tree | 893cad7253e6edc2bb898610c7049ecb349f90af /deliveries/pom.xml | |
parent | 34284c67127f09e6583384f40b3bc5d3ea7b0ce1 (diff) |
Bump VID version to 4.3.0
Resolves defect:
Issue-ID: VID-484
Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'deliveries/pom.xml')
-rwxr-xr-x | deliveries/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml index 124b07e98..12075db1e 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.vid</groupId> <artifactId>vid-parent</artifactId> - <version>4.2.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> @@ -64,7 +64,7 @@ <descriptor>assembly/assembly-for-plugin.xml</descriptor> </assembly> <tags> - <tag>4.2-STAGING-latest</tag> + <tag>4.3-STAGING-latest</tag> <tag>latest</tag> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> |