diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-10-29 14:44:44 -0400 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-10-29 14:44:45 -0400 |
commit | 1f2b36c838aa4d4f83adaff42d02296cb027e653 (patch) | |
tree | bde0a8404deca7c84af1c9236df6773902089e81 /distribution/pom.xml | |
parent | ec200fd6c7e47b5412350d7224c5b94477bdcdd5 (diff) |
Update usecase-ui version for R3
Change-Id: If6bdbe9809aafabae86c5e02de71c2f730df4e7b
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 abb0e7ed..921eff48 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.0-SNAPSHOT</version> + <version>1.2.1-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.0</usecaseui.version> + <usecaseui.version>1.2.1</usecaseui.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |