summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-04-05 16:08:24 -0500
committerSai Gandham <sg481n@att.com>2018-04-05 16:10:37 -0500
commitc83c633d7a5f8ae8a7f84a15e3824c46ced305fe (patch)
treefc59af57236fa4905aaebd1d9a2908d49149011c /version.properties
parent6611834c15886ba06b13cec15fc87ca732f07e06 (diff)
Modify cadi & misc versions in authz
Changed cadi version from 1.5.0-SNAPSHOT to 2.1.0-SNAPSHOT Changed misc version from 1.3.0-SNAPSHOT to 2.1.0-SNAPSHOT Issue-ID: AAF-215 Change-Id: I161311c479504547251334d1681d1aec848fe49d Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties
index 921ea4fc..c5683938 100644
--- a/version.properties
+++ b/version.properties
@@ -25,9 +25,9 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=1
-minor=0
-patch=1
+major=2
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}