diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-07-03 10:38:23 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-07-03 10:38:56 +0200 |
commit | aecdd3fcf1f53ab957482f41d8bc64eda44ccb4f (patch) | |
tree | 2ad3988c0584a12c2a7c8be0e14a050feeabdc9d | |
parent | 23fd46f5b6b1067379e108ae2e27a8f30b4bc809 (diff) |
Change version to 1.2.9
Issue-ID: VNFSDK-583
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I0b5b17d20432a813245006f5629d382737b3be2f
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | csarvalidation/pom.xml | 2 | ||||
-rw-r--r-- | deployment/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 6 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md index 7dd308a..bb971dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -41,3 +41,5 @@ All notable changes to this project will be documented in this file. ## Fixed - Fixed VNFSDK doesn't check if all files in package are listed in manifest file - https://jira.onap.org/browse/VNFSDK-583 + +## [1.2.9] diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 4e90aa7..3c9bd5c 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.8-SNAPSHOT</version> + <version>1.2.9-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>validation-csar</artifactId> diff --git a/deployment/pom.xml b/deployment/pom.xml index 96f513b..e492484 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.8-SNAPSHOT</version> + <version>1.2.9-SNAPSHOT</version> </parent> <artifactId>csarvalidation-deployment</artifactId> @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.8-SNAPSHOT</version> + <version>1.2.9-SNAPSHOT</version> <name>vnfsdk-validation</name> <packaging>pom</packaging> diff --git a/version.properties b/version.properties index 5a28b04..2b0b934 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=2 -patch=8 +patch=9 base_version=${major}.${minor}.${patch} |