aboutsummaryrefslogtreecommitdiffstats
path: root/trustStoreMerger/pom.xml
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2020-08-06 12:05:00 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2020-08-06 13:40:26 +0200
commitdea7453051ff7c1e9c8d1dea26f42a318ca9fc2c (patch)
treee98511a0af3d9c3f492ce2c033acb239d2740245 /trustStoreMerger/pom.xml
parentddf360bd400fdbb1485b7e507ec53ffa9cb882ba (diff)
Fix maven build issue in truststore-merger
-update pom in truststore-merger -update UT -update log messages Issue-ID: DCAEGEN2-2253 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0cc8caf39851344c3a6a868ea6aac1fff6e4183e
Diffstat (limited to 'trustStoreMerger/pom.xml')
-rw-r--r--trustStoreMerger/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/trustStoreMerger/pom.xml b/trustStoreMerger/pom.xml
index 7f0db366..201365ca 100644
--- a/trustStoreMerger/pom.xml
+++ b/trustStoreMerger/pom.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>aaf-certservice</artifactId>
- <groupId>org.onap.aaf.certservice</groupId>
+ <artifactId>oom-certservice</artifactId>
+ <groupId>org.onap.oom.platform.cert-service</groupId>
<version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>