<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>
<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>
**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
<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>
# 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}