diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-05-22 20:28:00 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-05-22 20:28:20 +0300 |
commit | bf6341397284b03c6a2fa9c71adc02c90a0887a3 (patch) | |
tree | 9fa76627cd264090889ab61016fd265db4bdde3a /deliveries | |
parent | 17532bb4f1f4600327a697355a1a66a5126fe506 (diff) |
Bump VID version to 4.2.0
Issue-ID: VID-482
Change-Id: I90808fb78cb68914df64faa6ac34416336f4d72a
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'deliveries')
-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 13db1c7ca..124b07e98 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.0.0-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> @@ -64,7 +64,7 @@ <descriptor>assembly/assembly-for-plugin.xml</descriptor> </assembly> <tags> - <tag>4.0-STAGING-latest</tag> + <tag>4.2-STAGING-latest</tag> <tag>latest</tag> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> |