diff options
author | shentao <shentao@chinamobile.com> | 2017-11-01 21:08:44 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-01 21:08:51 +0800 |
commit | 8751114cb744b9218414d4cf90f81ef4d5cd7245 (patch) | |
tree | 88f6448b29d45cbb9a13d4e8c5788dd545ea2a40 /usecaseui-common/pom.xml | |
parent | d0fc97abef13dbce379e4e779abd186ec0dc59f3 (diff) |
modify pom file to fix staging repo
Change-Id: I782dd4130ebfb7a9e213fc4dbec0f246ecbc5fa8
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-common/pom.xml')
-rw-r--r-- | usecaseui-common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-common/pom.xml b/usecaseui-common/pom.xml index 29ecc989..9b5b0730 100644 --- a/usecaseui-common/pom.xml +++ b/usecaseui-common/pom.xml @@ -16,7 +16,6 @@ --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.usecase-ui</groupId> @@ -24,6 +23,7 @@ <version>1.0.0-SNAPSHOT</version> </parent> + <modelVersion>4.0.0</modelVersion> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecaseui-common</artifactId> <version>1.0.0-SNAPSHOT</version> @@ -88,7 +88,7 @@ <dependency> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> |