From: xuran Date: Wed, 7 Apr 2021 08:02:45 +0000 (+0800) Subject: Release version change X-Git-Tag: 4.0.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F120251%2F1;p=usecase-ui.git Release version change Change-Id: I5b61a1c0c34c2201defe825101c23edcc8715b91 Issue-ID: USECASEUI-558 Signed-off-by: xuran --- diff --git a/distribution/pom.xml b/distribution/pom.xml index 2262f1d5..17db2cd6 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -28,7 +28,7 @@ distribution for usecase-ui portal - 3.0.1 + 4.0.0 UTF-8 UTF-8 yyyyMMdd'T'HHmmss'Z' diff --git a/pom.xml b/pom.xml index 7c3d851a..bf21ee81 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.usecase-ui usecase-ui-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT pom usecase-ui-parent parent project for usecase-ui diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml index f28daf4b..8a4c0de6 100644 --- a/usecaseui-portal/pom.xml +++ b/usecaseui-portal/pom.xml @@ -20,7 +20,7 @@ org.onap.usecase-ui usecase-ui-parent - 2.0.2-SNAPSHOT + 3.0.1-SNAPSHOT usecase-ui-portal diff --git a/version.properties b/version.properties index fd262fb4..19e0714b 100644 --- a/version.properties +++ b/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=3 +major=4 minor=0 -patch=1 +patch=0 base_version=${major}.${minor}.${patch}