summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--distribution/pom.xml4
-rw-r--r--docs/release-notes.rst2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
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 @@
<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>
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 @@
<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>
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}