summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-11-01 21:08:44 +0800
committershentao <shentao@chinamobile.com>2017-11-01 21:08:51 +0800
commit8751114cb744b9218414d4cf90f81ef4d5cd7245 (patch)
tree88f6448b29d45cbb9a13d4e8c5788dd545ea2a40 /pom.xml
parentd0fc97abef13dbce379e4e779abd186ec0dc59f3 (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 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 21d8a694..50e62096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,14 +15,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>0.1.1</version>
</parent>
+ <modelVersion>4.0.0</modelVersion>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecase-ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -30,7 +30,7 @@
<name>usecase-ui</name>
<modules>
- <module>usecaseui-holmes</module>
+ <module>usecaseui-holmes</module>
<module>usecaseui-common</module>
<module>usecaseui-monitor</module>
<module>usecaseui-lcm</module>
@@ -67,5 +67,4 @@
</plugins>
</pluginManagement>
</build>
-
</project>