diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-09-18 12:42:38 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-09-18 12:42:38 +0300 |
commit | 296345d5b3a5628aee0b522aa383c150e5e1ce9f (patch) | |
tree | 3c81d6260ae72487a45621e6096e103f02e664f7 /epsdk-app-onap | |
parent | f8f2c436cd13cc630c0725a3baee35338ec61e77 (diff) |
Bump VID master version to 6.0.0 (Frankfurt)
Change-Id: I74b6f5dbf614cf3a29a8c1570a1f113d191f7e57
Issue-ID: VID-631
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'epsdk-app-onap')
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 | ||||
-rw-r--r-- | epsdk-app-onap/version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index f9b55f0e6..8f63a6d0c 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -8,7 +8,7 @@ the Portal team. --> <groupId>org.onap.vid</groupId> <artifactId>epsdk-app-onap</artifactId> - <version>5.0.3-SNAPSHOT</version> + <version>6.0.0-SNAPSHOT</version> <packaging>war</packaging> <name>ECOMP SDK Webapp for OpenSource</name> <description>ECOMP SDK Web Application for public release</description> diff --git a/epsdk-app-onap/version.properties b/epsdk-app-onap/version.properties index 70310a855..19ee1fbf4 100644 --- a/epsdk-app-onap/version.properties +++ b/epsdk-app-onap/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=5 +major=6 minor=0 -patch=3 +patch=0 base_version=${major}.${minor}.${patch} |