summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxuran <xuranyjy@chinamobile.com>2021-04-07 16:02:45 +0800
committerxuran <xuranyjy@chinamobile.com>2021-04-07 16:02:55 +0800
commit6ab20f46d3e3db2f196cd4e26095d0ba31d52126 (patch)
tree917ab40d9c72478a888d86898e75903b0cfe0977
parentb830332427139a3fda71c773da572df3a784f543 (diff)
Release version change
Change-Id: I5b61a1c0c34c2201defe825101c23edcc8715b91 Issue-ID: USECASEUI-558 Signed-off-by: xuran <xuranyjy@chinamobile.com>
-rw-r--r--distribution/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--usecaseui-portal/pom.xml2
-rw-r--r--version.properties4
4 files changed, 5 insertions, 5 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 2262f1d5..17db2cd6 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -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 7c3d851a..bf21ee81 100644
--- 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>
diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml
index f28daf4b..8a4c0de6 100644
--- a/usecaseui-portal/pom.xml
+++ b/usecaseui-portal/pom.xml
@@ -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>
diff --git a/version.properties b/version.properties
index fd262fb4..19e0714b 100644
--- a/version.properties
+++ b/version.properties
@@ -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}