diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-11-27 23:55:28 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-11-27 23:55:29 +0800 |
commit | 67f803ddee8d169cc1272bf48d86c5d0b5b86824 (patch) | |
tree | 970b9ccd0ea7d80c836904edf662378392f03ee7 /standalone/pom.xml | |
parent | 1c3807403d78626b4b9ab8e0e332b90907abed28 (diff) |
Update usecase-ui-server version for R31.3.0
Change-Id: I65447511530eab8fe6db13ff2a54d7bdf378a483
Issue-ID: USECASEUI-153
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone/pom.xml')
-rw-r--r-- | standalone/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 69babfdc..2a3ae07a 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.usecase-ui.server</groupId> <artifactId>usecase-ui-server-parent</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>standalone</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>usecase-ui-server-standalone</name> @@ -34,7 +34,7 @@ <linux64outputdir>target/assembly/${linux64}/</linux64outputdir> <win64outputdir>target/assembly/${win64id}/</win64outputdir> <version.output>target/version/</version.output> - <usecaseui.version>1.2.1</usecaseui.version> + <usecaseui.version>1.3.0</usecaseui.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |