diff options
author | Murali <murali.p@huawei.com> | 2017-09-07 07:18:45 +0000 |
---|---|---|
committer | Murali <murali.p@huawei.com> | 2017-09-07 07:18:45 +0000 |
commit | 9e1428ab9a0a9b8f630b8fadfc1dca60e792c2b1 (patch) | |
tree | f26ab843b2fc188f33ee2007b193da0147730233 /vnfmarket-be/pom.xml | |
parent | 87b50741338987c4d26bc22a24437f97d1b0eb83 (diff) |
Fix the parent pom tree strcuture
Change-Id: I370cc9962757a4f95af1d982c21eb41455136566
Jira:VNFSDK-34
Signed-off-by: Murali <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket-be/pom.xml')
-rw-r--r-- | vnfmarket-be/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vnfmarket-be/pom.xml b/vnfmarket-be/pom.xml index 8cc4786c..c3ce4820 100644 --- a/vnfmarket-be/pom.xml +++ b/vnfmarket-be/pom.xml @@ -15,11 +15,12 @@ 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"> - <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <parent> + <groupId>org.onap.vnfsdk.refrepo</groupId> + <artifactId>vnfmarket</artifactId> + <version>1.0.0-SNAPSHOT</version> </parent> + <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vnfsdk.refrepo</groupId> <artifactId>vnf-sdk-marketplace-core-parent</artifactId> |