summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 074a5a2..1c43c5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<!-- add Main-Class to manifest file -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>org.openecomp.dcae.inventory.InventoryApplication</mainClass>
+ <mainClass>org.onap.dcae.inventory.InventoryApplication</mainClass>
</transformer>
</transformers>
</configuration>