diff options
author | wr148d <wr148d@att.com> | 2021-02-12 14:49:20 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-02-16 11:01:27 -0500 |
commit | b6e77db823270d47ab3d6c6e5f084fa1965bdbb6 (patch) | |
tree | a678cd2d736bd94c1b2f855158e2c6192f71fbdc /version.properties | |
parent | 4d750d21cffd991b4bc5b735455fc9fceb516937 (diff) |
Update the pom to have the proper version for the onap sparky be service dependency
Issue-ID: AAI-3250
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3df82fd98dab816b317676150478d03a993e7bcc
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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} |