[artifactory] Fix 7.29.9 release date
7.29.9 release date is wrong on https://jfrog.com/help/r/jfrog-release-information/artifactory-end-of-life. Sent a mail to jfrog-help-center-feedback@jfrog.com to fix it, but in the meantime... Relates to https://github.com/endoflife-date/endoflife.date/issues/3960.
This commit is contained in:
@@ -36,6 +36,9 @@ def fetch_releases():
|
|||||||
result[version] = date
|
result[version] = date
|
||||||
print(f"{version}: {date}")
|
print(f"{version}: {date}")
|
||||||
|
|
||||||
|
# 7.29.9 release date is wrong on https://jfrog.com/help/r/jfrog-release-information/artifactory-end-of-life.
|
||||||
|
# Sent a mail to jfrog-help-center-feedback@jfrog.com to fix it, but in the meantime...
|
||||||
|
result['7.29.9'] = '2022-01-11'
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user