diff options
author | RachithaRamappa93 <rachitha.ramappa@att.com> | 2021-02-23 22:11:47 +0530 |
---|---|---|
committer | RachithaRamappa93 <rachitha.ramappa@att.com> | 2021-02-23 22:28:10 +0530 |
commit | f1c852e7a96ed564a7d0200c6fff858c32926a29 (patch) | |
tree | 841f76c45609d9dfc57365e2efe7da61f831d4b7 /epsdk-app-onap | |
parent | 4feb70f1a6ddce552f12e2b9cc5daf0d24fd4d82 (diff) |
honolulu snapshot release8.0.0
Change-Id: I57ab0e2f5356a1690cd09558b96d5e0bfe911255
Issue-ID: VID-958
Signed-off-by: rachitha.ramappa@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 4672c0b26..4843b92b7 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>7.0.2-SNAPSHOT</version> + <version>8.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 0ec355a05..5709c5532 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=7 +major=8 minor=0 -patch=2 +patch=0 base_version=${major}.${minor}.${patch} |