summaryrefslogtreecommitdiffstats
path: root/certService
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-07-08 15:19:33 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-07-13 10:12:50 +0200
commite64680cd62b468a25b763457c2e1d31414081c29 (patch)
tree21ab8e027a6fb62dc606eca155b719772de29612 /certService
parented1b24390eaacd5ec869bd1947a2cbcd21f62b63 (diff)
Add subfolders creation
Added new not existing subfolders creation in output path to allow CMPv2 integration. Top up version to 1.2.0 Issue-ID: DCAEGEN2-2252 Change-Id: I59f8dfa7fddc5eb3a3fdd80ce18eb3e2272e1bfb Signed-off-by: kjaniak <kornel.janiak@nokia.com>
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 5cc45cd5..9febd167 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.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>aaf-certservice-api</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-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 7b8b963a..00ef5645 100644
--- a/certService/version.properties
+++ b/certService/version.properties
@@ -1,5 +1,5 @@
major=1
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}