From ce4732a578cbcf0a3132edb62490ebdf5752f2ac Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Tue, 21 Nov 2023 15:20:22 +0800 Subject: Change the release version to 13.0.0 Issue-ID: USECASEUI-828 Change-Id: Ic565fac5935b94170222525f297f024140d47744 Signed-off-by: kaixiliu --- nlp/pom.xml | 4 ++-- pom.xml | 2 +- standalone/pom.xml | 4 ++-- version.properties | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nlp/pom.xml b/nlp/pom.xml index d0ae907..b7b5386 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -18,11 +18,11 @@ org.onap.usecase-ui.nlp usecase-ui-nlp-parent - 1.1.0-SNAPSHOT + 13.0.0-SNAPSHOT org.onap.usecase-ui.nlp usecase-ui-nlp - 1.1.0-SNAPSHOT + 13.0.0-SNAPSHOT usecase-ui-nlp pom usecase-ui nlp diff --git a/pom.xml b/pom.xml index 4066acc..997db1c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.usecase-ui.nlp usecase-ui-nlp-parent - 1.1.0-SNAPSHOT + 13.0.0-SNAPSHOT pom usecase-ui-nlp-parent parent project for usecase-ui nlp diff --git a/standalone/pom.xml b/standalone/pom.xml index 188a298..0440401 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -19,7 +19,7 @@ org.onap.usecase-ui.nlp usecase-ui-nlp-parent - 1.1.0-SNAPSHOT + 13.0.0-SNAPSHOT usecase-ui-nlp-standalone @@ -28,7 +28,7 @@ distribute binary files and docker image for usecase-ui nlp - 1.1.0 + 13.0.0 UTF-8 UTF-8 yyyyMMdd'T'HHmmss'Z' diff --git a/version.properties b/version.properties index 26a12ae..6b0c4cd 100644 --- a/version.properties +++ b/version.properties @@ -16,8 +16,8 @@ # 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=1 -minor=1 +major=13 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg