Upgrade version to 1.0.2
authoredyta <edyta.krukowska@nokia.com>
Fri, 22 May 2020 10:30:49 +0000 (12:30 +0200)
committeredyta <edyta.krukowska@nokia.com>
Fri, 22 May 2020 11:03:09 +0000 (13:03 +0200)
Issue-ID: AAF-1091
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I679ae099357aa9fd27539ae852d1af032bbc3ee8

certService/pom.xml
certService/version.properties
certServiceClient/pom.xml
certServiceClient/version.properties [new file with mode: 0644]
docs/sections/release-notes.rst
pom.xml
version.properties

index 2d1ca72..635d17d 100644 (file)
     <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>
index 2ddebb3..c13587b 100644 (file)
@@ -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
index 75a5a33..e4d02a7 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <artifactId>aaf-certservice</artifactId>
         <groupId>org.onap.aaf.certservice</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>aaf-certservice-client</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-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
new file mode 100644 (file)
index 0000000..c13587b
--- /dev/null
@@ -0,0 +1,6 @@
+major=1
+minor=0
+patch=2
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
index c30d550..0a09c55 100644 (file)
@@ -6,6 +6,47 @@
 Release Notes
 ==============
 
+Version: 1.0.2
+--------------
+
+:Release Date: 2020-xx-xx
+
+**New Features**
+
+        N/A
+
+**Bug Fixes**
+
+        N/A
+
+**Known Issues**
+
+        N/A
+
+**Security Notes**
+
+        N/A
+
+*Fixed Security Issues*
+
+        N/A
+
+*Known Security Issues*
+
+        N/A
+
+*Known Vulnerabilities in Used Modules*
+
+        N/A
+
+**Upgrade Notes**
+
+**Deprecation Notes**
+
+**Other**
+
+===========
+
 Version: 1.0.1
 --------------
 
diff --git a/pom.xml b/pom.xml
index f797ef5..c698432 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     </parent>
     <groupId>org.onap.aaf.certservice</groupId>
     <artifactId>aaf-certservice</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <name>aaf-certservice</name>
     <description>AAF Certification Service</description>
     <packaging>pom</packaging>
index 2ddebb3..c13587b 100644 (file)
@@ -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