From e1007ecd273e9d10802faef6618fa4635973f3b2 Mon Sep 17 00:00:00 2001 From: Pawel Date: Thu, 3 Sep 2020 13:16:23 +0200 Subject: [PATCH] Update version from 1.2.0 to 2.0.0 Issue-ID: OOM-2526 Signed-off-by: Pawel Change-Id: If7e4f9258914384a430fe6475e3bb585b202722d --- certService/pom.xml | 4 ++-- certServiceClient/pom.xml | 4 ++-- docs/sections/release-notes.rst | 41 +++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- trustStoreMerger/pom.xml | 4 ++-- version.properties | 4 ++-- 6 files changed, 50 insertions(+), 9 deletions(-) diff --git a/certService/pom.xml b/certService/pom.xml index 4d75fe90..8c8a487a 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ org.onap.oom.platform.cert-service oom-certservice - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT oom-certservice-api - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT oom-certservice-api OOM Certification Service Api jar diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 8c156413..0a1bd29e 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -18,12 +18,12 @@ oom-certservice org.onap.oom.platform.cert-service - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT 4.0.0 oom-certservice-client - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT oom-certservice-client OOM Certification Service Api Client jar diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index daeab0f2..b3eb3981 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -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 5b582f32..793439dd 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.oom.platform.cert-service oom-certservice - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT oom-certservice OOM Certification Service pom diff --git a/trustStoreMerger/pom.xml b/trustStoreMerger/pom.xml index fd2aff05..eba40e13 100644 --- a/trustStoreMerger/pom.xml +++ b/trustStoreMerger/pom.xml @@ -5,12 +5,12 @@ oom-certservice org.onap.oom.platform.cert-service - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT 4.0.0 oom-truststore-merger - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT oom-truststore-merger Truststore merging application jar diff --git a/version.properties b/version.properties index 00ef5645..358e99ce 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ -major=1 -minor=2 +major=2 +minor=0 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- 2.16.6