From b6e77db823270d47ab3d6c6e5f084fa1965bdbb6 Mon Sep 17 00:00:00 2001 From: wr148d Date: Fri, 12 Feb 2021 14:49:20 -0500 Subject: Update the pom to have the proper version for the onap sparky be service dependency Issue-ID: AAI-3250 Signed-off-by: wr148d Change-Id: I3df82fd98dab816b317676150478d03a993e7bcc --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 11f0383..a3ac0d9 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,8 @@ # 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=8 +major=2 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg