From 3b7bd2bfcbe5007591b015ab34bbb8c9dc5f4084 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 2 May 2019 10:39:39 -0400 Subject: Fix version.properties Not in synch with pom.xml. Should be 2.0.0 Issue-ID: POLICY-1700 Change-Id: I3a761c703ce39523d13607f8ef29c58e47f6b11f Signed-off-by: Pamela Dragosh --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 614e56e9c..a3ac0d9c7 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg