Release version change 54/120254/2 4.0.1
authorxuran <xuranyjy@chinamobile.com>
Wed, 7 Apr 2021 08:53:21 +0000 (16:53 +0800)
committerxu ran <xuranyjy@chinamobile.com>
Wed, 7 Apr 2021 09:02:34 +0000 (09:02 +0000)
Change-Id: I51d6d62577b110f80c5cb8f0a56a65bd6aa8c87b
Issue-ID: USECASEUI-558
Signed-off-by: xuran <xuranyjy@chinamobile.com>
pom.xml
standalone/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 93445bc..1427270 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.usecase-ui.server</groupId>
     <artifactId>usecase-ui-server-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>usecase-ui-server-parent</name>
     <description>parent project for usecase-ui server</description>
index 79c1366..5391b42 100644 (file)
@@ -28,7 +28,7 @@
     <description>distribute binary files and docker image for usecase-ui server</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>
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}