summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-05-21 12:16:06 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-21 12:16:06 +0000
commitc7e44c66f3f1491438ec54868384761de7343f77 (patch)
treeef049aabb43590a76808bf8fa4a7465f13afe91e
parent0a99ef13330191ac5fe7a1c6579adc4cc68e64e7 (diff)
parent0785cbd61a4bc2338448307bcaff9dcd6916c1bc (diff)
Merge "Upgrade version to 1.2.7 and add change log"6.0.0-ONAPfrankfurt
-rw-r--r--Changelog.md2
-rw-r--r--csarvalidation/pom.xml2
-rw-r--r--deployment/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 5 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md
index 91dcbd6..fa623b9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file.
- https://jira.onap.org/browse/VNFSDK-586
-## [1.2.x]
+## [1.2.7]
### Fixed
- Fixed bug that was causing problem with loading rules properties.
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml
index 437331a..863f6f4 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.6-SNAPSHOT</version>
+ <version>1.2.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>validation-csar</artifactId>
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 9ce605d..d5cd9de 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.6-SNAPSHOT</version>
+ <version>1.2.7-SNAPSHOT</version>
</parent>
<artifactId>csarvalidation-deployment</artifactId>
diff --git a/pom.xml b/pom.xml
index 9324777..b6cb314 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vnfsdk.validation</groupId>
<artifactId>validation</artifactId>
- <version>1.2.6-SNAPSHOT</version>
+ <version>1.2.7-SNAPSHOT</version>
<name>vnfsdk-validation</name>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index 3951c87..42ee89e 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=2
-patch=6
+patch=7
base_version=${major}.${minor}.${patch}