Bump up artifacts version to 1.1.3-SNAPSHOT
[policy/engine.git] / packages / install / pom.xml
index 3b2c77c..742eaef 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-  ECOMP Policy Engine
+  ONAP Policy Engine
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
   ================================================================================
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>org.openecomp.policy.engine</groupId>
+               <groupId>org.onap.policy.engine</groupId>
                <artifactId>packages</artifactId>
-               <version>1.0.0</version>
+               <version>1.1.3-SNAPSHOT</version>
        </parent>
 
        <artifactId>install</artifactId>
        <packaging>pom</packaging>
 
        <name>Installation Package</name>
-       <description>D2 ECOMP Policy Base Installation Package</description>
+       <description>D2 ONAP Policy Base Installation Package</description>
 
        <build>
                <plugins>
@@ -59,7 +59,7 @@
 
        <dependencies>
                <dependency>
-                       <groupId>org.openecomp.policy.engine</groupId>
+                       <groupId>org.onap.policy.engine</groupId>
                        <artifactId>base</artifactId>
                        <version>${project.version}</version>
                        <type>tar.gz</type>