diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-10-18 12:36:05 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-10-18 12:36:07 +0800 |
commit | 101e5e37f4ece60af8d08020c7e4bd8f473adce7 (patch) | |
tree | 5b8c03f88280346e0f152f7936b96f2b70b428db /distribution | |
parent | 91c591a198f83eecba7047bc4529d3acd038a932 (diff) |
Update usecase-ui version for R31.2.0
Change-Id: I6d9b3e71f69d17d34dc5f5074a6f2d7025516e58
Issue-ID: USECASEUI-153
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'distribution')
-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 6d5d1074..e3799a0d 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.1.0-SNAPSHOT</version> + <version>1.2.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.1.1</usecaseui.version> + <usecaseui.version>1.2.0</usecaseui.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |