From e17713f89b0818b8f34ad324f6b318e22b6a3642 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Thu, 20 Jun 2024 11:03:47 +0800 Subject: modify pom.xml Issue-ID: USECASEUI-838 Change-Id: Ifedd555bb1de729e1fc1e87286abe0e4ab7c3362 Signed-off-by: kaixiliu --- llm-adaptation/pom.xml | 7 ++++--- pom.xml | 2 +- standalone/pom.xml | 10 ++++++---- version.properties | 13 +++++++++++++ 4 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 version.properties diff --git a/llm-adaptation/pom.xml b/llm-adaptation/pom.xml index 00afa7c..7081c0d 100644 --- a/llm-adaptation/pom.xml +++ b/llm-adaptation/pom.xml @@ -6,12 +6,13 @@ org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation-parent - 1.0-SNAPSHOT + 14.0.0-SNAPSHOT - org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation - 1.0-SNAPSHOT + 14.0.0-SNAPSHOT + jar + usecase-ui-llm-adaptation UTF-8 diff --git a/pom.xml b/pom.xml index f1ef7f2..d7219bb 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation-parent - 1.0-SNAPSHOT + 14.0.0-SNAPSHOT pom llm-adaptation diff --git a/standalone/pom.xml b/standalone/pom.xml index 0aae140..5094d67 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -6,14 +6,16 @@ org.onap.usecase-ui.llm-adaptation usecase-ui-llm-adaptation-parent - 1.0-SNAPSHOT + 14.0.0-SNAPSHOT - standalone - 1.0-SNAPSHOT + usecase-ui-llm-adapatation-standalone + pom + usecase-ui-llm-adapatation-standalone + 14.0.0-SNAPSHOT - 1.0 + 14.0.0 17 UTF-8 UTF-8 diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..9767cca --- /dev/null +++ b/version.properties @@ -0,0 +1,13 @@ +# Versioning variables +# 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 +minor=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg