Removed SNAPHOTS from artifact version
authorTomasz Golabek <tomasz.golabek@nokia.com>
Wed, 12 Feb 2020 09:46:23 +0000 (10:46 +0100)
committerTomasz Golabek <tomasz.golabek@nokia.com>
Wed, 12 Feb 2020 09:46:23 +0000 (10:46 +0100)
Should fix broken merge-java build

Issue-ID: AAF-995
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Change-Id: I8940e2648060110c8afd4cd70c1f90e53268bb35

certService/pom.xml
pom.xml

index da8f89f..820bcce 100644 (file)
     <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>
diff --git a/pom.xml b/pom.xml
index 4569408..af43a99 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
     <groupId>org.onap.aaf</groupId>
     <artifactId>aaf-certservice-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1</version>
     <name>aaf-certservice-parent</name>
     <description>AAF Certification Service parent</description>
     <packaging>pom</packaging>