summaryrefslogtreecommitdiffstats
path: root/certService/pom.xml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2020-02-12 10:46:23 +0100
committerTomasz Golabek <tomasz.golabek@nokia.com>2020-02-12 10:46:23 +0100
commit6b5dc292691abddfba8a373103c9ffa05db9ec5f (patch)
treefbd74e68c441e5d8085ef11e42bc3951b139b2eb /certService/pom.xml
parent0355952d2f43229fafcec06c34b5af19664b27af (diff)
Removed SNAPHOTS from artifact version
Should fix broken merge-java build Issue-ID: AAF-995 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: I8940e2648060110c8afd4cd70c1f90e53268bb35
Diffstat (limited to 'certService/pom.xml')
-rw-r--r--certService/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/certService/pom.xml b/certService/pom.xml
index da8f89f3..820bcced 100644
--- a/certService/pom.xml
+++ b/certService/pom.xml
@@ -18,11 +18,11 @@
<parent>
<groupId>org.onap.aaf</groupId>
<artifactId>aaf-certservice-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
</parent>
<artifactId>cert-service</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<name>cert-service</name>
<description>Certification service</description>
<packaging>jar</packaging>