diff options
Diffstat (limited to 'mso-api-handlers')
-rw-r--r-- | mso-api-handlers/mso-api-handler-common/pom.xml | 8 | ||||
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 10 | ||||
-rw-r--r-- | mso-api-handlers/mso-requests-db/pom.xml | 4 | ||||
-rw-r--r-- | mso-api-handlers/pom.xml | 8 |
4 files changed, 15 insertions, 15 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml index 9159bb2a52..016fc2dd44 100644 --- a/mso-api-handlers/mso-api-handler-common/pom.xml +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -3,13 +3,13 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-api-handlers</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-api-handler-common</artifactId> <name>ECOMP MSO API Handler common</name> @@ -73,13 +73,13 @@ </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-catalog-db</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-requests-db</artifactId> <version>${project.version}</version> </dependency> diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 2eb5f1e185..1aead5f7e0 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-api-handlers</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> @@ -68,22 +68,22 @@ </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-catalog-db</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-requests-db</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-api-handler-common</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>status-control</artifactId> <version>${project.version}</version> </dependency> diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml index ef69e8acb1..007da9a784 100644 --- a/mso-api-handlers/mso-requests-db/pom.xml +++ b/mso-api-handlers/mso-requests-db/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-api-handlers</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> @@ -97,7 +97,7 @@ <version>1.0.0.Final</version> </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>common</artifactId> <version>${project.version}</version> </dependency> diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml index ab6d7266e3..3418a21a4a 100644 --- a/mso-api-handlers/pom.xml +++ b/mso-api-handlers/pom.xml @@ -2,12 +2,12 @@ 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</groupId> - <artifactId>so</artifactId> + <groupId>org.openecomp.so</groupId> + <artifactId>framework</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-api-handlers</artifactId> <name>API Handler</name> <description>API Handler for MSO</description> @@ -35,4 +35,4 @@ <artifactId>httpclient</artifactId> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |