aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-06-18 08:28:20 +0200
committerkjaniak <kornel.janiak@nokia.com>2020-06-18 09:02:07 +0200
commit06d205ff738f6be11c639401c88c40601736168d (patch)
treecc3d6b173d6979af127a2289d90909ef3b93670f
parentfc666727897c9f78fdcddbf4b678e1c0b0c413a9 (diff)
Top up of certServiceClient version
Version switched to 1.1.0. Issue-ID: AAF-1152 Change-Id: I15e930d92ac18a1dcc9a479d7c2b59392616262b Signed-off-by: kjaniak <kornel.janiak@nokia.com>
-rw-r--r--certService/pom.xml4
-rw-r--r--certService/version.properties4
-rw-r--r--certServiceClient/pom.xml4
-rw-r--r--certServiceClient/version.properties4
-rw-r--r--docs/sections/release-notes.rst2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
7 files changed, 12 insertions, 12 deletions
diff --git a/certService/pom.xml b/certService/pom.xml
index 635d17d5..686e0d8d 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.2-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>aaf-certservice-api</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.1.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 c13587b4..7b8b963a 100644
--- a/certService/version.properties
+++ b/certService/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
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
diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst
index 0a09c55f..c040ce51 100644
--- a/docs/sections/release-notes.rst
+++ b/docs/sections/release-notes.rst
@@ -6,7 +6,7 @@
Release Notes
==============
-Version: 1.0.2
+Version: 1.1.0
--------------
:Release Date: 2020-xx-xx
diff --git a/pom.xml b/pom.xml
index c6984329..793aa840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
</parent>
<groupId>org.onap.aaf.certservice</groupId>
<artifactId>aaf-certservice</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>aaf-certservice</name>
<description>AAF Certification Service</description>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index c13587b4..7b8b963a 100644
--- a/version.properties
+++ b/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