diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 15:24:58 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-01 15:24:58 -0400 |
commit | 40aff8274b38f6eca82de9b0b6a3a35059c43c11 (patch) | |
tree | 37761f86b2bb56fe7ca9852973eda583d3c9212e /version.properties | |
parent | 19e65a8a9406208654c27557fd074eead872bfa8 (diff) |
Update major version and fix client
Update major version and adjust swagger to allow client to correctly parse
OpenDaylight version of RFC-8040, which is not completely standard.
Issue-ID: SDNC-1847
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1e5fce6f3347b3525242b89dad565787ab777e35
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index 93a1f775..aa9d9bcc 100644 --- a/version.properties +++ b/version.properties @@ -3,9 +3,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 -release_name=2 -sprint_number=8 -feature_revision=1 +release_name=3 +sprint_number=0 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |