diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-09-03 13:03:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-03 13:03:42 +0000 |
commit | fedbe9461dbc5667f35651e6211f025989578e50 (patch) | |
tree | 539bce74a96f049b8de859dfb6e315a45f0fa291 | |
parent | 9518352d2bdc2db7b33c5ad305faeca77eba9656 (diff) | |
parent | e1007ecd273e9d10802faef6618fa4635973f3b2 (diff) |
Merge "Update version from 1.2.0 to 2.0.0"2.0.0
-rw-r--r-- | certService/pom.xml | 4 | ||||
-rw-r--r-- | certServiceClient/pom.xml | 4 | ||||
-rw-r--r-- | docs/sections/release-notes.rst | 41 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | trustStoreMerger/pom.xml | 4 | ||||
-rw-r--r-- | 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 @@ <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> 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 @@ <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> 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 -------------- @@ -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> 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 @@ <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> 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} |