aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-11-06 09:05:02 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2018-11-06 09:06:35 +0000
commit6e1b2b9a3375c3d88f6ad1daeb86027fe9faaab1 (patch)
treee9ef73410bc7b1fc34d4471e93830306c9e66cd9
parent9a07a2c23e4ad44a65096004b2731b7188a8d09c (diff)
version update to avoid conflict
Change-Id: Iaf21c264a80a157c07927704a54bced0dbc08987 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-937
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index c95228fe..fd1269b3 100644
--- 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>
diff --git a/version.properties b/version.properties
index ef20baaf..9e0d73d4 100644
--- a/version.properties
+++ b/version.properties
@@ -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