diff options
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
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 @@ -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 |