diff options
author | Arthur Martella <amartell@research.att.com> | 2018-02-22 16:42:11 -0500 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-02-22 16:42:11 -0500 |
commit | 499d066482cc566ceba2c41ded1267a57aad4045 (patch) | |
tree | 1e529771ddc4a9e0201589035ed37ee66edfc621 /quantum-model/pom.xml | |
parent | 472cab29ed1d8f058ababcef2859353817c79fef (diff) |
Port SO/lib artifacts to ONAP folder structure
Change-Id: Id1fa603699ec43f466916bd11cd28af775dfd61e
Issue-ID: SO-372
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'quantum-model/pom.xml')
-rw-r--r-- | quantum-model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum-model/pom.xml b/quantum-model/pom.xml index 265292b..839d44b 100644 --- a/quantum-model/pom.xml +++ b/quantum-model/pom.xml @@ -1,11 +1,11 @@ <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.so.libs</groupId> + <groupId>org.onap.so.libs</groupId> <artifactId>openstack-java-sdk</artifactId> <version>1.2.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId> + <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>quantum-model</artifactId> <name>OpenStack Quantum Model</name> <description>OpenStack Quantum Model</description> |