From 618b70f7fb532f5e53af2cf6909cac59c7d3e173 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Wed, 12 Jun 2024 10:29:00 +0800 Subject: Nlp modify pom files Issue-ID: USECASEUI-838 Change-Id: I97a8dcafd292422c4abeedc57839451099a25114 Signed-off-by: kaixiliu --- nlp/pom.xml | 4 ++-- pom.xml | 2 +- standalone/pom.xml | 4 ++-- version.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nlp/pom.xml b/nlp/pom.xml index b7b5386..286dd9c 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -18,11 +18,11 @@ org.onap.usecase-ui.nlp usecase-ui-nlp-parent - 13.0.0-SNAPSHOT + 14.0.0-SNAPSHOT org.onap.usecase-ui.nlp usecase-ui-nlp - 13.0.0-SNAPSHOT + 14.0.0-SNAPSHOT usecase-ui-nlp pom usecase-ui nlp diff --git a/pom.xml b/pom.xml index 997db1c..d13395d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.usecase-ui.nlp usecase-ui-nlp-parent - 13.0.0-SNAPSHOT + 14.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 0440401..7ec80c4 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -19,7 +19,7 @@ org.onap.usecase-ui.nlp usecase-ui-nlp-parent - 13.0.0-SNAPSHOT + 14.0.0-SNAPSHOT usecase-ui-nlp-standalone @@ -28,7 +28,7 @@ distribute binary files and docker image for usecase-ui nlp - 13.0.0 + 14.0.0 UTF-8 UTF-8 yyyyMMdd'T'HHmmss'Z' diff --git a/version.properties b/version.properties index 6b0c4cd..8aa0232 100644 --- a/version.properties +++ b/version.properties @@ -16,7 +16,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=13 +major=14 minor=0 patch=0 -- cgit 1.2.3-korg