use revision sorting for hadoop releases
diff --git a/asfdata.yaml b/asfdata.yaml
index 35197a4..518d91f 100644
--- a/asfdata.yaml
+++ b/asfdata.yaml
@@ -111,4 +111,4 @@
   # load a sequence of release distributions
   release: hadoop
   src: src
-  revision: False
+  revision: True
diff --git a/theme/plugins/asfdata.py b/theme/plugins/asfdata.py
index bd209f5..360ec80 100644
--- a/theme/plugins/asfdata.py
+++ b/theme/plugins/asfdata.py
@@ -369,6 +369,7 @@
 
     # read the output from svn ls -Rv
     url = f'https://dist.apache.org/repos/dist/release/{project}'
+    print(f'releases: {url}')
     with os_popen(['svn', 'ls', '-Rv', url]) as s:
         for line in s.stdout:
             line = line.strip()