aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkatesh Kumar, Vijay (vv770d) <vv770d@att.com>2017-03-13 10:26:49 -0400
committerVenkatesh Kumar, Vijay (vv770d) <vv770d@att.com>2017-03-13 10:27:08 -0400
commit7ce35512ccbce17771b85bbd33b47361477ef72c (patch)
tree7273a7517fafdfc62264349713632b058ba2fb32
parent3128148fb71fc46442240f7e6e59e2b585238aa3 (diff)
Update version post LF release cut
Change-Id: I23ac829602ab1e6a79f203f0d8d71a246d8859d1 Signed-off-by: Venkatesh Kumar, Vijay (vv770d) <vv770d@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f3c0c14..0ad718b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.dcae.collectors.ves</groupId>
<artifactId>OpenVESCollector</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>OpenVESCollector</name>
<description>OpenVESCollector</description>
diff --git a/version.properties b/version.properties
index 1b04310..73415a7 100644
--- a/version.properties
+++ b/version.properties
@@ -1,5 +1,5 @@
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}