aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-07-09 12:21:24 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-09 12:21:24 +0000
commit9875bf112446cd0c7243ac2f38fbb45428675fed (patch)
tree146280184e0a125dc2f98c85eb9e9a415b31bb81
parent043c0b81696fdd8c5d08f9a63b5d10455011f5ab (diff)
parenta0c1959371c5a17f047b2118c9e10285d3e3a859 (diff)
Merge "Update VES version"
-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