diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-11-16 07:35:58 +0900 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-11-16 07:36:02 +0900 |
commit | 64bb3ac3f497bd433fcd9848697045182fe02f00 (patch) | |
tree | d95b532117fd1e7b8fb868b75c98e945f67d294d /distribution/pom.xml | |
parent | 006f3a9611565190bde76994ac200cad88d5ebd4 (diff) |
Update usecase-ui version to 1.2.23.0.0-ONAP1.2.2
Change-Id: I225229cff9c4e0f69f698703b3bc66ea3951e01c
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 921eff48..210daa40 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.1-SNAPSHOT</version> + <version>1.2.2-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.1</usecaseui.version> + <usecaseui.version>1.2.2</usecaseui.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |