[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:
Marc Wrobel
2023-10-28 12:00:51 +02:00
parent b7399e409e
commit 045f90ceb2

View File

@@ -36,6 +36,9 @@ def fetch_releases():
result[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