[OOM-CERT-SERVICE] Align implementation with RFC4210
[oom/platform/cert-service.git] / certServicePostProcessor / pom.xml
index d150a9b..484531e 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <artifactId>oom-certservice</artifactId>
         <groupId>org.onap.oom.platform.cert-service</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>oom-truststore-merger</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-    <name>oom-truststore-merger</name>
-    <description>Truststore merging application</description>
+    <artifactId>oom-certservice-post-processor</artifactId>
+    <version>2.1.1-SNAPSHOT</version>
+    <name>oom-certservice-post-processor</name>
+    <description>An application which conducts certificate post-processing like: merging truststores, copying keystores.</description>
     <packaging>jar</packaging>
 
     <build>