Release version change 41/130441/1
authorJunyi <hunterdevil@foxmail.com>
Thu, 25 Aug 2022 02:26:15 +0000 (10:26 +0800)
committerJunyi <hunterdevil@foxmail.com>
Thu, 25 Aug 2022 02:26:15 +0000 (10:26 +0800)
Issue-ID: USECASEUI-713
Signed-off-by: Junyi Du <hunterdevil@foxmail.com>
Change-Id: Idb6d885b74a4bf4101106df536d1b5a707e5ec5e

pom.xml
standalone/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 1427270..c147a57 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>4.0.0-SNAPSHOT</version>
+    <version>5.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>usecase-ui-server-parent</name>
     <description>parent project for usecase-ui server</description>
index 5391b42..56e79c9 100644 (file)
@@ -28,7 +28,7 @@
     <description>distribute binary files and docker image for usecase-ui server</description>
 
     <properties>
-        <usecaseui.version>4.0.0</usecaseui.version>
+        <usecaseui.version>5.1.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 19e0714..28e5517 100644 (file)
@@ -2,8 +2,8 @@
 # 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=4
-minor=0
+major=5
+minor=1
 patch=0
 
 base_version=${major}.${minor}.${patch}