summaryrefslogtreecommitdiffstats
path: root/certService
diff options
context:
space:
mode:
authoredyta <edyta.krukowska@nokia.com>2020-05-22 12:30:49 +0200
committeredyta <edyta.krukowska@nokia.com>2020-05-22 13:03:09 +0200
commit60acf480b78b442b45d229774c258f2dd9dc25d7 (patch)
treeb640c6091413d45162148088a46afe0204a676e4 /certService
parent8fd0b8859cca93a93157abf0a5cd8cf53fd3ac04 (diff)
Upgrade version to 1.0.2
Issue-ID: AAF-1091 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I679ae099357aa9fd27539ae852d1af032bbc3ee8
Diffstat (limited to 'certService')
-rw-r--r--certService/pom.xml4
-rw-r--r--certService/version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/certService/pom.xml b/certService/pom.xml
index 2d1ca72a..635d17d5 100644
--- a/certService/pom.xml
+++ b/certService/pom.xml
@@ -18,10 +18,10 @@
<parent>
<groupId>org.onap.aaf.certservice</groupId>
<artifactId>aaf-certservice</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
<artifactId>aaf-certservice-api</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<name>aaf-certservice-api</name>
<description>AAF Certification Service Api</description>
<packaging>jar</packaging>
diff --git a/certService/version.properties b/certService/version.properties
index 2ddebb39..c13587b4 100644
--- a/certService/version.properties
+++ b/certService/version.properties
@@ -1,6 +1,6 @@
major=1
minor=0
-patch=0
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT