Release appc
[appc.git] / appc-dispatcher / appc-dispatcher-installer / pom.xml
index 9597581..583bfcc 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP : APPC
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Copyright (C) 2017 Amdocs
   =============================================================================
@@ -19,7 +19,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
   ============LICENSE_END=========================================================
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -29,7 +28,7 @@
     <parent>
         <artifactId>appc-dispatcher</artifactId>
         <groupId>org.onap.appc</groupId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.6.4</version>
     </parent>
 
     <artifactId>appc-dispatcher-installer</artifactId>
         <features.repo.dispatcher>mvn:org.onap.appc/appc-dispatcher-features/${project.version}/xml/features
         </features.repo.dispatcher>
         <features.repo.requestHandler>
-            mvn:org.onap.appc/appc-request-handler-features/${project.version}/xml/features
+            mvn:org.onap.appc/onap-appc-request-handler/${project.version}/xml/features
         </features.repo.requestHandler>
         <features.repo.commandExecutor>
-            mvn:org.onap.appc/appc-command-executor-features/${project.version}/xml/features
+            mvn:org.onap.appc/onap-appc-command-executor/${project.version}/xml/features
         </features.repo.commandExecutor>
         <features.repo.lifecycleManagement>
-            mvn:org.onap.appc/appc-lifecycle-management-features/${project.version}/xml/features
+            mvn:org.onap.appc/onap-appc-lifecycle-management/${project.version}/xml/features
         </features.repo.lifecycleManagement>
         <features.repo.licenseManager>
-            mvn:org.onap.appc/appc-license-manager-features/${project.version}/xml/features
+            mvn:org.onap.appc/onap-appc-license-manager/${project.version}/xml/features
         </features.repo.licenseManager>
         <features.repo.workflowManagement>
-            mvn:org.onap.appc/appc-workflow-management-features/${project.version}/xml/features
+            mvn:org.onap.appc/onap-appc-workflow-management/${project.version}/xml/features
         </features.repo.workflowManagement>
         <features.repo.lockManager>mvn:org.onap.appc/lock-manager-features/${project.version}/xml/features
         </features.repo.lockManager>
@@ -77,7 +76,7 @@
 
         <dependency>
             <groupId>org.onap.appc</groupId>
-            <artifactId>appc-request-handler-features</artifactId>
+            <artifactId>onap-appc-request-handler</artifactId>
             <version>${project.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
@@ -85,7 +84,7 @@
 
         <dependency>
             <groupId>org.onap.appc</groupId>
-            <artifactId>appc-command-executor-features</artifactId>
+            <artifactId>onap-appc-command-executor</artifactId>
             <version>${project.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
@@ -93,7 +92,7 @@
 
         <dependency>
             <groupId>org.onap.appc</groupId>
-            <artifactId>appc-lifecycle-management-features</artifactId>
+            <artifactId>onap-appc-lifecycle-management</artifactId>
             <version>${project.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
 
         <dependency>
             <groupId>org.onap.appc</groupId>
-            <artifactId>appc-workflow-management-features</artifactId>
+            <artifactId>onap-appc-workflow-management</artifactId>
             <version>${project.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
 
         <dependency>
             <groupId>org.onap.appc</groupId>
-            <artifactId>appc-license-manager-features</artifactId>
+            <artifactId>onap-appc-license-manager</artifactId>
             <version>${project.version}</version>
             <classifier>features</classifier>
             <type>xml</type>