Fix license issues reported by Steve
[vnfsdk/refrepo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 55c5185..20774d4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+    Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with 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.openo.oparent</groupId>
+      <groupId>org.onap.oparent</groupId>
       <artifactId>oparent</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
-      <relativePath>../oparent</relativePath>
+      <version>0.1.1</version>
+      <relativePath>../../oparent</relativePath>
     </parent>
+
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openo.gso.gui</groupId>
-    <artifactId>gso-gui</artifactId>
+    <groupId>org.onap.vnfsdk.refrepo</groupId>
+    <artifactId>vnfmarket</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>gui</name>
-    <modules>
-        <module>openo-portal</module>
-        <module>servicegateway</module>
+    <name>vnfsdk-refrepo</name>
+
+    <modules>       
+        <module>vnfmarket-be</module>     
     </modules>
 </project>