Update version from 1.2.0 to 2.0.0 98/112098/3
authorPawel <pawel.kasperkiewicz@nokia.com>
Thu, 3 Sep 2020 11:16:23 +0000 (13:16 +0200)
committerPawel <pawel.kasperkiewicz@nokia.com>
Thu, 3 Sep 2020 12:51:47 +0000 (14:51 +0200)
Issue-ID: OOM-2526
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: If7e4f9258914384a430fe6475e3bb585b202722d

certService/pom.xml
certServiceClient/pom.xml
docs/sections/release-notes.rst
pom.xml
trustStoreMerger/pom.xml
version.properties

index 4d75fe9..8c8a487 100644 (file)
     <parent>
         <groupId>org.onap.oom.platform.cert-service</groupId>
         <artifactId>oom-certservice</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>oom-certservice-api</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <name>oom-certservice-api</name>
     <description>OOM Certification Service Api</description>
     <packaging>jar</packaging>
index 8c15641..0a1bd29 100644 (file)
     <parent>
         <artifactId>oom-certservice</artifactId>
         <groupId>org.onap.oom.platform.cert-service</groupId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>oom-certservice-client</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <name>oom-certservice-client</name>
     <description>OOM Certification Service Api Client</description>
     <packaging>jar</packaging>
index daeab0f..b3eb398 100644 (file)
@@ -6,6 +6,47 @@
 Release Notes
 ==============
 
+Version: 2.0.0
+--------------
+
+:Release Date:
+
+**New Features**
+
+        - The same functionality as in aaf-certservice 1.2.0
+
+**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.2.0
 --------------
 
diff --git a/pom.xml b/pom.xml
index 5b582f3..793439d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     </parent>
     <groupId>org.onap.oom.platform.cert-service</groupId>
     <artifactId>oom-certservice</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <name>oom-certservice</name>
     <description>OOM Certification Service</description>
     <packaging>pom</packaging>
index fd2aff0..eba40e1 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <artifactId>oom-certservice</artifactId>
         <groupId>org.onap.oom.platform.cert-service</groupId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>oom-truststore-merger</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <name>oom-truststore-merger</name>
     <description>Truststore merging application</description>
     <packaging>jar</packaging>
index 00ef564..358e99c 100644 (file)
@@ -1,5 +1,5 @@
-major=1
-minor=2
+major=2
+minor=0
 patch=0
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}