aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-06-18 09:44:30 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-18 09:44:30 +0000
commit04d9cae7bf2a54a8bb05cb36ca54d4555987903e (patch)
tree0a6f6381eecef82ccce607fcee64fdbdea57eec8 /certServiceClient
parent5b9acaf137309691499a1938f8cb57009fdc1720 (diff)
parent06d205ff738f6be11c639401c88c40601736168d (diff)
Merge "Top up of certServiceClient version"
Diffstat (limited to 'certServiceClient')
-rw-r--r--certServiceClient/pom.xml4
-rw-r--r--certServiceClient/version.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml
index e4d02a71..d2e5cb28 100644
--- a/certServiceClient/pom.xml
+++ b/certServiceClient/pom.xml
@@ -5,12 +5,12 @@
<parent>
<artifactId>aaf-certservice</artifactId>
<groupId>org.onap.aaf.certservice</groupId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>aaf-certservice-client</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>aaf-certservice-client</name>
<description>AAF Certification Service Api Client</description>
<packaging>jar</packaging>
diff --git a/certServiceClient/version.properties b/certServiceClient/version.properties
index c13587b4..7b8b963a 100644
--- a/certServiceClient/version.properties
+++ b/certServiceClient/version.properties
@@ -1,6 +1,6 @@
major=1
-minor=0
-patch=2
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT