diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-11-27 23:56:51 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-11-27 23:56:52 +0800 |
commit | a7d8c7fa18949aa3b1270b807b71ffbdddbfe27d (patch) | |
tree | 852a056005e9e5cc5466de707fc60cb93ba22c33 /distribution/pom.xml | |
parent | 18f92597ca5ac996644eca80a4d70c038b4e6862 (diff) |
Update usecase-ui version for R31.3.0
Change-Id: If6b31673008b3af0665b7d4b69bde15f5a424085
Issue-ID: USECASEUI-153
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'distribution/pom.xml')
-rw-r--r-- | distribution/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml index 210daa40..0c0bdf01 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecase-ui</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -35,7 +35,7 @@ <linux64outputdir>target/assembly/${linux64id}</linux64outputdir> <win64outputdir>target/assembly/${win64id}</win64outputdir> <version.output>target/version</version.output> - <usecaseui.version>1.2.2</usecaseui.version> + <usecaseui.version>1.3.0</usecaseui.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |