From: Vijay Venkatesh Kumar Date: Tue, 6 Nov 2018 09:05:02 +0000 (+0000) Subject: version update to avoid conflict X-Git-Tag: 1.4.4~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6e1b2b9a3375c3d88f6ad1daeb86027fe9faaab1;p=dcaegen2%2Fcollectors%2Fves.git version update to avoid conflict Change-Id: Iaf21c264a80a157c07927704a54bced0dbc08987 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-937 --- 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. org.onap.dcaegen2.collectors.ves VESCollector - 1.3.2-SNAPSHOT + 1.4.0-SNAPSHOT dcaegen2-collectors-ves VESCollector 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