diff options
Diffstat (limited to 'certServicePostProcessor/pom.xml')
-rw-r--r-- | certServicePostProcessor/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/certServicePostProcessor/pom.xml b/certServicePostProcessor/pom.xml index d150a9b3..e02e59f0 100644 --- a/certServicePostProcessor/pom.xml +++ b/certServicePostProcessor/pom.xml @@ -9,10 +9,10 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>oom-truststore-merger</artifactId> + <artifactId>oom-certservice-post-processor</artifactId> <version>2.0.0-SNAPSHOT</version> - <name>oom-truststore-merger</name> - <description>Truststore merging application</description> + <name>oom-certservice-post-processor</name> + <description>An application which conducts certificate post-processing like: merging truststores, copying keystores.</description> <packaging>jar</packaging> <build> |