From 81b452a24a39fb1709b13c962107bd17b53315f2 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Thu, 26 Dec 2024 11:11:02 +0800 Subject: [PATCH] Change the release version to 15.0.0 Issue-ID: USECASEUI-848 Change-Id: I278bd4247b25a3bb8e663c93c124222f09f3b767 Signed-off-by: kaixiliu --- checkstyle/pom.xml | 2 +- llm-adaptation/pom.xml | 6 +++--- pom.xml | 2 +- standalone/pom.xml | 6 +++--- version.properties | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index a3e998b..696153c 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -6,7 +6,7 @@ org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation-parent - 14.0.0-SNAPSHOT + 15.0.0-SNAPSHOT checkstyle diff --git a/llm-adaptation/pom.xml b/llm-adaptation/pom.xml index 2d1f9c0..0b65f01 100644 --- a/llm-adaptation/pom.xml +++ b/llm-adaptation/pom.xml @@ -6,11 +6,11 @@ org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation-parent - 14.0.0-SNAPSHOT + 15.0.0-SNAPSHOT usecase-ui-llm-adaptation - 14.0.0-SNAPSHOT + 15.0.0-SNAPSHOT jar usecase-ui-llm-adaptation @@ -141,7 +141,7 @@ org.onap.usecase-ui.llm-adaptation checkstyle - 14.0.0-SNAPSHOT + 15.0.0-SNAPSHOT compile diff --git a/pom.xml b/pom.xml index 2e261f2..2853f33 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation-parent - 14.0.0-SNAPSHOT + 15.0.0-SNAPSHOT pom llm-adaptation diff --git a/standalone/pom.xml b/standalone/pom.xml index 5094d67..926da24 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -6,16 +6,16 @@ org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation-parent - 14.0.0-SNAPSHOT + 15.0.0-SNAPSHOT usecase-ui-llm-adapatation-standalone pom usecase-ui-llm-adapatation-standalone - 14.0.0-SNAPSHOT + 15.0.0-SNAPSHOT - 14.0.0 + 15.0.0 17 UTF-8 UTF-8 diff --git a/version.properties b/version.properties index 9767cca..dd5418f 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # 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=14 +major=15 minor=0 patch=0 -- 2.16.6