aboutsummaryrefslogtreecommitdiffstats
path: root/trustStoreMerger/pom.xml
diff options
context:
space:
mode:
authorJan Malkiewicz <jan.malkiewicz@nokia.com>2020-09-15 10:07:54 +0200
committerJan Malkiewicz <jan.malkiewicz@nokia.com>2020-09-15 14:46:41 +0200
commit8ceb792397f1581352f2f67cd5f4a958ac644ae1 (patch)
tree1c4c94844dd722aaf4945b1adf1b11ff7bfadd67 /trustStoreMerger/pom.xml
parent8ad064f65528f89dacbf8a03c87d94214a9871f5 (diff)
[OOM-CMPv2] Renamed pakage o.o.oom.truststoremerger -> o.o.oom.certservice.postprocessor
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ie360bcfd07288c82231ef92fdf0afff5dee1641d
Diffstat (limited to 'trustStoreMerger/pom.xml')
-rw-r--r--trustStoreMerger/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/trustStoreMerger/pom.xml b/trustStoreMerger/pom.xml
index 545dab3a..d150a9b3 100644
--- a/trustStoreMerger/pom.xml
+++ b/trustStoreMerger/pom.xml
@@ -70,7 +70,7 @@
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>org.onap.oom.truststoremerger.MainApp</mainClass>
+ <mainClass>org.onap.oom.certservice.postprocessor.MainApp</mainClass>
</transformer>
</transformers>
</configuration>