aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-02-21 21:50:04 -0500
committerMichael Hwang <mhwang@research.att.com>2018-02-22 13:26:45 -0500
commitd914d08a70f018468e4b909a780c753ebce243e9 (patch)
tree5eecc06e3470fb6bb393d6d4fdb53636e8eaa7e8 /version.properties
parenta84db47e05743a5b97fcb7891e70b5a8ea215e9d (diff)
Increase unit test coverage
Also updated pom to use 0.1.1 of oparent Change-Id: I3af9fd23583bf8de34e3412494d1bc4a99fe4630 Issue-ID: DCAEGEN2-260 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties
index 73415a7..11ad59d 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=1
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT