diff options
author | Kruthi Bhat <krutbhat@att.com> | 2020-10-30 23:44:35 +0530 |
---|---|---|
committer | Ikram Ikramullah <ikram@research.att.com> | 2020-11-02 11:58:12 +0000 |
commit | 5889d15158f2e9dd22155ab5693a543c4136fee8 (patch) | |
tree | 8504afe8a4644e686ed24cbf57107e1bf488f8d5 /vid-app-common | |
parent | a2613d4a31ed4452bf473386718aaa16ab7a02bc (diff) |
VID Guilin Release
The following change are for release VID's RC0 for Guilin release
Issue-ID: VID-902
Change-Id: Ic2a24cae6e09ce0a868e10b8009715b333e1070e
Signed-off-by: krutbhat@att.com
Diffstat (limited to 'vid-app-common')
-rwxr-xr-x | vid-app-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index b894ebefc..a9ea6842c 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> <groupId>org.onap.vid</groupId> <artifactId>vid-app-common</artifactId> - <version>7.0.0-SNAPSHOT</version> + <version>7.0.1-SNAPSHOT</version> <packaging>war</packaging> <name>VID Common</name> <description>VID Common code for opensource version</description> |