Update VES version 96/109996/2
authoredyta <edyta.krukowska@nokia.com>
Thu, 9 Jul 2020 07:33:01 +0000 (09:33 +0200)
committeredyta <edyta.krukowska@nokia.com>
Thu, 9 Jul 2020 08:22:54 +0000 (10:22 +0200)
Issue-ID: DCAEGEN2-2254

Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: Idd1dd9b0d05396f660bed07e3fce297365941a8b

Changelog.md
pom.xml
version.properties

index 373d553..a87250e 100644 (file)
@@ -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 a9f82c6..c2ded80 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>\r
   <groupId>org.onap.dcaegen2.collectors.ves</groupId>\r
   <artifactId>VESCollector</artifactId>\r
-  <version>1.6.2-SNAPSHOT</version>\r
+  <version>1.7.0-SNAPSHOT</version>\r
   <name>dcaegen2-collectors-ves</name>\r
   <description>VESCollector</description>\r
   <properties>\r
index ceaeaeb..24828c2 100644 (file)
@@ -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