diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-11-28 00:12:28 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-11-28 00:12:29 +0800 |
commit | db9330941ed6cb9e3c0fe943a0eab0fc7e88c126 (patch) | |
tree | 970b9ccd0ea7d80c836904edf662378392f03ee7 /standalone/pom.xml | |
parent | 23c19d870b84a9c8b3a97c10150593be94c4a77e (diff) |
Merge master code to casablanca branch
Change-Id: I1208f4e3e74b7b3700f71940d340473f587fe907
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> |