Release version change 51/120251/1
authorxuran <xuranyjy@chinamobile.com>
Wed, 7 Apr 2021 08:02:45 +0000 (16:02 +0800)
committerxuran <xuranyjy@chinamobile.com>
Wed, 7 Apr 2021 08:02:55 +0000 (16:02 +0800)
Change-Id: I5b61a1c0c34c2201defe825101c23edcc8715b91
Issue-ID: USECASEUI-558
Signed-off-by: xuran <xuranyjy@chinamobile.com>
distribution/pom.xml
pom.xml
usecaseui-portal/pom.xml
version.properties

index 2262f1d..17db2cd 100644 (file)
@@ -28,7 +28,7 @@
     <description>distribution for usecase-ui portal</description>
 
     <properties>
-        <usecaseui.version>3.0.1</usecaseui.version>
+        <usecaseui.version>4.0.0</usecaseui.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
diff --git a/pom.xml b/pom.xml
index 7c3d851..bf21ee8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.usecase-ui</groupId>
     <artifactId>usecase-ui-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>usecase-ui-parent</name>
     <description>parent project for usecase-ui</description>
index f28daf4..8a4c0de 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.usecase-ui</groupId>
         <artifactId>usecase-ui-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>3.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>usecase-ui-portal</artifactId>
index fd262fb..19e0714 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=3
+major=4
 minor=0
-patch=1
+patch=0
 
 base_version=${major}.${minor}.${patch}