From: kaixiliu Date: Mon, 17 Feb 2025 07:33:08 +0000 (+0800) Subject: Change the release version of the usecaseui module to 15.0.1 X-Git-Tag: 15.0.2^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F140201%2F1;p=usecase-ui.git Change the release version of the usecaseui module to 15.0.1 Issue-ID: USECASEUI-873 Change-Id: I243e3313f41ceb2627f6ebc5676810caf18d6053 Signed-off-by: kaixiliu --- diff --git a/distribution/pom.xml b/distribution/pom.xml index 8fdc9ea0..a622c629 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,7 +19,7 @@ org.onap.usecase-ui usecase-ui-parent - 15.0.0-SNAPSHOT + 15.0.1-SNAPSHOT usecase-ui-distribution @@ -28,7 +28,7 @@ distribution for usecase-ui portal - 15.0.0 + 15.0.1 UTF-8 UTF-8 yyyyMMdd'T'HHmmss'Z' diff --git a/pom.xml b/pom.xml index bb0c5fb5..5da422d8 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.onap.usecase-ui usecase-ui-parent - 15.0.0-SNAPSHOT + 15.0.1-SNAPSHOT pom usecase-ui-parent parent project for usecase-ui diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml index 6c97afde..144a91ad 100644 --- a/usecaseui-portal/pom.xml +++ b/usecaseui-portal/pom.xml @@ -20,7 +20,7 @@ org.onap.usecase-ui usecase-ui-parent - 15.0.0-SNAPSHOT + 15.0.1-SNAPSHOT usecase-ui-portal diff --git a/version.properties b/version.properties index dd5418f4..6481e8b9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=15 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}