diff options
author | Murali <murali.p@huawei.com> | 2017-09-06 17:14:26 +0000 |
---|---|---|
committer | Murali <murali.p@huawei.com> | 2017-09-06 17:14:26 +0000 |
commit | f6df5e14ed30b288fc99d9f82f10f4852ad763f0 (patch) | |
tree | e6d112fe85f6e1abb4681f9a321539b590a327af /vnfmarket | |
parent | 6056c8e731a910abe233c6cc2cd7d69364355c2a (diff) |
Fix the pom parent error
Change-Id: I9e611b216bb2f872e239ab055b7c3b3cf9556220
Jira:VNFSDK-34
Signed-off-by: Murali <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket')
-rw-r--r-- | vnfmarket/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vnfmarket/pom.xml b/vnfmarket/pom.xml index 02150f55..46597fdc 100644 --- a/vnfmarket/pom.xml +++ b/vnfmarket/pom.xml @@ -18,14 +18,14 @@ --> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.openo.client.gui</groupId> - <artifactId>client-gui</artifactId> - <version>1.1.0-SNAPSHOT</version> + <groupId>org.onap.vnfsdk.refrepo</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>vnfmarket</artifactId> - <version>1.1.0-SNAPSHOT</version> + <artifactId>vnfmarket-gui</artifactId> + <version>1.0.0-SNAPSHOT</version> <packaging>war</packaging> <name>client-gui/vnfmarket</name> |