diff options
author | Arthur Martella <amartell@research.att.com> | 2018-02-22 14:24:40 -0500 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-02-22 14:24:40 -0500 |
commit | 22e015f9a91ff368169605bc8566e7df4169e9c9 (patch) | |
tree | 3a3effdca1f19e50edd3e477419ec18f5c6a3b3f /mso-catalog-db | |
parent | 6000217dfd1af031823e21c11f3fdd4a631fac01 (diff) |
Port SO artifacts to ONAP folder structure
Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af
Issue-ID: SO-372
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'mso-catalog-db')
-rw-r--r-- | mso-catalog-db/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index 0dc9e348e9..e3115f1ff1 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/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.so</groupId> + <groupId>org.onap.so</groupId> <artifactId>so</artifactId> <version>1.2.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.onap.so</groupId> <artifactId>mso-catalog-db</artifactId> <name>mso-catalog-db</name> <description>MSO Catalog Database definition and Hibernate objects</description> @@ -167,7 +167,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.openecomp.so</groupId> + <groupId>org.onap.so</groupId> <artifactId>common</artifactId> <version>${project.version}</version> </dependency> |