diff options
author | xuran <xuranyjy@chinamobile.com> | 2021-04-07 16:53:21 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2021-04-07 09:02:34 +0000 |
commit | 5a064a3b3895e61263b9cddc472e410ea4445219 (patch) | |
tree | 05899181ee6f2346fee5740b2f183dec024bd74c | |
parent | cc04191ea66d88a1e3afdb7a49bb2cc3b1a9168a (diff) |
Release version change4.0.1
Change-Id: I51d6d62577b110f80c5cb8f0a56a65bd6aa8c87b
Issue-ID: USECASEUI-558
Signed-off-by: xuran <xuranyjy@chinamobile.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | standalone/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -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> diff --git a/standalone/pom.xml b/standalone/pom.xml index 79c13669..5391b42f 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -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> 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} |