Release appc
[appc.git] / appc-dispatcher / appc-dispatcher-installer / pom.xml
index 3858e66..3057bdc 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
   =============================================================================
   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"
-         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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>appc-dispatcher</artifactId>
         <groupId>org.onap.appc</groupId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.7.0</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 +74,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 +82,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 +90,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>
             </plugin>
             <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
+                <version>3.1.0</version>
                 <executions>
                     <execution>
                         <id>copy-version</id>