docs: Update new release version 41/104341/1
authorcyuamber <xuranyjy@chinamobile.com>
Wed, 25 Mar 2020 07:44:26 +0000 (15:44 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Wed, 25 Mar 2020 07:44:31 +0000 (15:44 +0800)
Change-Id: I6826688408905ccca775896c7f8f4cd9acd5aacf
Issue-ID: USECASEUI-393
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
distribution/pom.xml
docs/release-notes.rst
pom.xml
version.properties

index 636b601..2262f1d 100644 (file)
@@ -19,7 +19,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-distribution</artifactId>
@@ -28,7 +28,7 @@
     <description>distribution for usecase-ui portal</description>
 
     <properties>
-        <usecaseui.version>2.0.2</usecaseui.version>
+        <usecaseui.version>3.0.1</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 6517381..2cc84b1 100644 (file)
@@ -17,7 +17,7 @@ Version: 3.0.1
 
 **New Features**
  - 5G network GUI : In F release, we support the whole flow of creating 5G network slicing service. We provide CSMF portal for the network slicing customers and NSMF portal for the network slicing operators. What's more, we enhance the *Monitor* Module for monitoring 5G network slicing.
- - CCVPN GUI : In this release, UUI supports CCVPN-E-LINE over OTN Inter Domain Links, as well as the Multi-domain multi-layer Optical Service Orchestration.
+ - CCVPN GUI : In F release, UUI supports CCVPN-E-LINE over OTN Inter Domain Links, as well as the Multi-domain multi-layer Optical Service Orchestration.
 **Released Components**
  - usecase-ui  3.0.1
  - usecase-ui-server  3.0.1
diff --git a/pom.xml b/pom.xml
index 8a3bb55..9bf7de8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.usecase-ui</groupId>
     <artifactId>usecase-ui-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>3.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>usecase-ui-parent</name>
     <description>parent project for usecase-ui</description>
index bb52871..fd262fb 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=2
+major=3
 minor=0
-patch=2
+patch=1
 
 base_version=${major}.${minor}.${patch}