From: kaixiliu Date: Sun, 25 Jun 2023 03:14:23 +0000 (+0800) Subject: Change the release version to 5.3.0 X-Git-Tag: 14.0.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F135141%2F2;p=usecase-ui.git Change the release version to 5.3.0 Issue-ID: USECASEUI-816 Signed-off-by: kaixiliu Change-Id: Icea9f19d0e205f0f0b2886df7b24f6b6e61bc734 --- diff --git a/distribution/pom.xml b/distribution/pom.xml index 7139af30..7f357951 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,7 +19,7 @@ org.onap.usecase-ui usecase-ui-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT usecase-ui-distribution @@ -28,7 +28,7 @@ distribution for usecase-ui portal - 5.2.0 + 5.3.0 UTF-8 UTF-8 yyyyMMdd'T'HHmmss'Z' diff --git a/pom.xml b/pom.xml index 73507289..69dab42b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.usecase-ui usecase-ui-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT pom usecase-ui-parent parent project for usecase-ui diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml index 0d219e6f..d41f5db0 100644 --- a/usecaseui-portal/pom.xml +++ b/usecaseui-portal/pom.xml @@ -20,7 +20,7 @@ org.onap.usecase-ui usecase-ui-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT usecase-ui-portal diff --git a/version.properties b/version.properties index 28e55175..e56fd4dd 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=5 -minor=1 +minor=3 patch=0 base_version=${major}.${minor}.${patch}