Update POM structure for staging
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / sample-plugin-impl / pom.xml
index 49ec149..84f48b4 100755 (executable)
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  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">
+-->
+
+<!--
+    Modifications copyright © 2017 AT&T Intellectual Property
+-->
+
+<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>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
         <version>1.16.9</version>
-        <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>sample-plugin-impl</artifactId>
     <packaging>bundle</packaging>
 
@@ -31,9 +37,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.openecomp.demo.vnf</groupId>
+            <groupId>io.fd.honeycomb.common</groupId>
             <artifactId>sample-plugin-api</artifactId>
-            <version>1.0.0</version>
+            <version>${honeycomb.infra.version}</version>
         </dependency>
 
         <!-- Honeycomb infrastructure-->