summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-01-19 10:43:43 -0500
committerMichael Hwang <mhwang@research.att.com>2018-01-19 10:55:44 -0500
commitf758bb0ae798a53eee005b3e6e4a115f84b4ae19 (patch)
treee3ddcb8de4959c85663f937caf14b4cfc73af76b /pom.xml
parent929c29a9c6a9a7e91fe01d18e353cdb6a29bc3d9 (diff)
Change package from openecomp to onap
Change-Id: I2a79eb123e5fbb6a6c2f0e72030d6781fbbd7513 Issue-ID: DCAEGEN2-225 Signed-off-by: Michael Hwang <mhwang@research.att.com>
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>