diff options
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider/pom.xml')
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/pom.xml | 2 |
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> |