version update to avoid conflict 72/71972/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Tue, 6 Nov 2018 09:05:02 +0000 (09:05 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 6 Nov 2018 09:06:35 +0000 (09:06 +0000)
Change-Id: Iaf21c264a80a157c07927704a54bced0dbc08987
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index c95228f..fd1269b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
     </parent>
     <groupId>org.onap.dcaegen2.collectors.ves</groupId>
     <artifactId>VESCollector</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <name>dcaegen2-collectors-ves</name>
     <description>VESCollector</description>
     <properties>
index ef20baa..9e0d73d 100644 (file)
@@ -1,6 +1,6 @@
 major=1
-minor=3
-patch=2
+minor=4
+patch=0
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT