summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-06 21:20:25 +0200
committerMichael Lando <ml636r@att.com>2017-12-06 21:20:25 +0200
commitd997d9df7c360035244171a9a1eb2c71728dd19c (patch)
treed9c3839c3a0953b8939211fc1e294f5a2865cf16
parentbaeee36a30b042ca7c7333f850eafc86cd8db496 (diff)
update version
Change-Id: Iab9489d3ac67895a0bf2bec1dd144f12b94b871b Issue-ID: SDC-684 Signed-off-by: Michael Lando <ml636r@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 5551002..4b78068 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
<artifactId>sdc-titan-cassandra</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>sdc-sdc-titan-cassandra</name>
diff --git a/version.properties b/version.properties
index bf3f0bf..0424f62 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}