aboutsummaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph/provider/pom.xml
diff options
context:
space:
mode:
authorSkip Wonnell <skip@att.com>2017-12-17 16:13:56 -0600
committerPatrick Brady <pb071s@att.com>2017-12-19 16:42:22 +0000
commit9c44fb1cb83f5368fba40438a7b1fa1a45e27b58 (patch)
treef8eefa85bf2cd496ff041c9b0a7c6213430bcdd7 /appc-directed-graph/appc-dgraph/provider/pom.xml
parent320159500963f61fbfe45cfc719fe1581d10a984 (diff)
Move dg-loader files to org.onap package
Issue-ID: APPC-13 Change-Id: I5bab561f243f31bca633882b9291b147e24bea9e Signed-off-by: Skip Wonnell <skip@att.com>
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider/pom.xml')
-rw-r--r--appc-directed-graph/appc-dgraph/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/pom.xml b/appc-directed-graph/appc-dgraph/provider/pom.xml
index 31d472e2c..e2a9f0caa 100644
--- a/appc-directed-graph/appc-dgraph/provider/pom.xml
+++ b/appc-directed-graph/appc-dgraph/provider/pom.xml
@@ -94,7 +94,7 @@
</execution>
</executions>
<configuration>
- <mainClass>org.openecomp.sdnc.dg.loader.DGXMLGenerator</mainClass>
+ <mainClass>org.onap.sdnc.dg.loader.DGXMLGenerator</mainClass>
<arguments>
<argument>${project.basedir}/src/main/resources/json</argument>
<argument>${project.basedir}/src/main/resources/xml</argument>