From 4812d3bf317120910b9238d2845c33b4efb62a18 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Wed, 25 Mar 2020 15:44:26 +0800 Subject: docs: Update new release version Change-Id: I6826688408905ccca775896c7f8f4cd9acd5aacf Issue-ID: USECASEUI-393 Signed-off-by: cyuamber --- distribution/pom.xml | 4 ++-- docs/release-notes.rst | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 636b6019..2262f1d5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,7 +19,7 @@ org.onap.usecase-ui usecase-ui-parent - 2.0.2-SNAPSHOT + 3.0.1-SNAPSHOT usecase-ui-distribution @@ -28,7 +28,7 @@ distribution for usecase-ui portal - 2.0.2 + 3.0.1 UTF-8 UTF-8 yyyyMMdd'T'HHmmss'Z' diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 65173811..2cc84b1a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 8a3bb552..9bf7de89 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.usecase-ui usecase-ui-parent - 2.0.2-SNAPSHOT + 3.0.1-SNAPSHOT pom usecase-ui-parent parent project for usecase-ui diff --git a/version.properties b/version.properties index bb52871b..fd262fb4 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=2 +major=3 minor=0 -patch=2 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg