diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-09-24 00:11:54 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-09-24 00:11:57 +0800 |
commit | 84a9ea31d47686afd44d0aaa857b8a5ea64bd373 (patch) | |
tree | 2d23510e89dc724b56ebe55b2b5a2c3ec7c705da /pom.xml | |
parent | e4d722088aaaca05d680ebb160b358ef623f3062 (diff) |
Fix docker build error for usecase-ui-server
Change-Id: I4f08e076216caeb7fb50bb9fe37a7acc4d58c5df
Issue-ID: USECASEUI-152
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.usecase-ui.server</groupId> <artifactId>usecase-ui-server-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>usecase-ui-server</name> <description>project for usecase-ui server</description> |