summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml')
-rw-r--r--appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml
index fb7597b5f..407af7ef9 100644
--- a/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml
+++ b/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml
@@ -2,7 +2,7 @@
<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>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-command-executor</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
@@ -15,14 +15,14 @@
<application.name>appc-command-executor</application.name>
<features.boot>appc-command-executor</features.boot>
<features.repositories>
- mvn:org.openecomp.appc/appc-command-executor-features/${project.version}/xml/features
+ mvn:org.onap.appc/appc-command-executor-features/${project.version}/xml/features
</features.repositories>
<include.transitive.dependencies>false</include.transitive.dependencies>
</properties>
<dependencies>
<dependency>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-command-executor-features</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
@@ -35,12 +35,12 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-command-executor-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-command-executor-core</artifactId>
<version>${project.version}</version>
</dependency>