diff options
-rw-r--r-- | certService/pom.xml | 4 | ||||
-rw-r--r-- | certService/version.properties | 2 | ||||
-rw-r--r-- | certServiceClient/pom.xml | 4 | ||||
-rw-r--r-- | certServiceClient/version.properties | 6 | ||||
-rw-r--r-- | docs/sections/release-notes.rst | 41 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
7 files changed, 54 insertions, 7 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 2d1ca72a..635d17d5 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.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> diff --git a/certService/version.properties b/certService/version.properties index 2ddebb39..c13587b4 100644 --- a/certService/version.properties +++ b/certService/version.properties @@ -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 diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 75a5a333..e4d02a71 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.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 index 00000000..c13587b4 --- /dev/null +++ b/certServiceClient/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=0 +patch=2 +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 c30d5505..0a09c55f 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -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 -------------- @@ -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> diff --git a/version.properties b/version.properties index 2ddebb39..c13587b4 100644 --- a/version.properties +++ b/version.properties @@ -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 |