aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/pom.xml
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2020-03-26 11:27:47 +0800
committerhekeguang <hekeguang@chinamobile.com>2020-03-26 11:28:05 +0800
commitdb89efebe8990f271f18f920e2cabbfc163fd59b (patch)
tree7b2651f3c00eb8231162ce09e2fbab75188d91ad /standalone/pom.xml
parenteecac0b9a43c3479e2c4dd43c0fc0f673999c23f (diff)
Modify F release version number.3.0.1
Issue-ID: USECASEUI-395 Change-Id: I3a5fbc0faa43638726ec28bf463acd303a995046 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'standalone/pom.xml')
-rw-r--r--standalone/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 8a914181..79c13669 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.usecase-ui.server</groupId>
<artifactId>usecase-ui-server-parent</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>usecase-ui-server-standalone</artifactId>
@@ -28,7 +28,7 @@
<description>distribute binary files and docker image for usecase-ui server</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>