aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredyta <edyta.krukowska@nokia.com>2020-07-09 09:33:01 +0200
committeredyta <edyta.krukowska@nokia.com>2020-07-09 10:22:54 +0200
commita0c1959371c5a17f047b2118c9e10285d3e3a859 (patch)
tree50194433cbf91819f8e7b8f339daf0affa9e74b6
parenta58f199454d965305e68c8f7e2d41bf469ec9fc8 (diff)
Update VES version
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Idd1dd9b0d05396f660bed07e3fce297365941a8b
-rw-r--r--Changelog.md2
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
3 files changed, 5 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index 373d5538..a87250e9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,3 +14,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- HeaderUtil
- EnvProps
- WebMvcConfig
+## [1.7.0] - 09/07/2020
+ - [DCAEGEN2-2254](https://jira.onap.org/browse/DCAEGEN2-2254) - Update schema to CommonEventFormat_30.2_ONAP in the eventListerner/v7 interface
diff --git a/pom.xml b/pom.xml
index a9f82c68..c2ded80b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.onap.dcaegen2.collectors.ves</groupId>
<artifactId>VESCollector</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>dcaegen2-collectors-ves</name>
<description>VESCollector</description>
<properties>
diff --git a/version.properties b/version.properties
index ceaeaeb0..24828c2f 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
-minor=6
-patch=2
+minor=7
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT