kohn release change to 5.1.0 11/132111/1 5.1.2
authorcmrizhangzhen <781953240@qq.com>
Thu, 10 Nov 2022 01:48:14 +0000 (09:48 +0800)
committercmrizhangzhen <781953240@qq.com>
Thu, 10 Nov 2022 01:48:35 +0000 (09:48 +0800)
Issue-ID: USECASEUI-760
Signed-off-by: cmrizhangzhen <781953240@qq.com>
Change-Id: I621572375be4e66a304949f706526bf5ebf98351

intentanalysis/pom.xml
pom.xml
standalone/pom.xml
version.properties

index fab2c66..3a24e55 100644 (file)
     <parent>
         <groupId>org.onap.usecase-ui.intent-analysis</groupId>
         <artifactId>usecase-ui-intent-analysis-parent</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.usecase-ui.intent-analysis</groupId>
     <artifactId>server</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>5.1.0-SNAPSHOT</version>
     <name>server</name>
     <description>Source Code for Intent Analysis Server</description>
 
diff --git a/pom.xml b/pom.xml
index bd3e901..3f9fdb4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.onap.usecase-ui.intent-analysis</groupId>
     <artifactId>usecase-ui-intent-analysis-parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>5.1.0-SNAPSHOT</version>
     <modules>
         <module>intentanalysis</module>
         <module>standalone</module>
index 08be9d3..0ed95f2 100644 (file)
     <parent>
         <groupId>org.onap.usecase-ui.intent-analysis</groupId>
         <artifactId>usecase-ui-intent-analysis-parent</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.usecase-ui.intent-analysis</groupId>
     <artifactId>standalone</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>5.1.0-SNAPSHOT</version>
     <name>standalone</name>
     <description>Distribute Binary Files and Docker Image for Intent Analysis Server</description>
 
index c89baa3..28e5517 100644 (file)
@@ -2,9 +2,9 @@
 # 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=0
-minor=0
-patch=1
+major=5
+minor=1
+patch=0
 
 base_version=${major}.${minor}.${patch}