diff --git a/build.xml b/build.xml
index 470d487e1c3..695daf3485c 100644
--- a/build.xml
+++ b/build.xml
@@ -275,6 +275,9 @@
+
+
+
diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py
index efb86ea88b0..557610f0bf3 100644
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -226,10 +226,9 @@ def checkSigs(project, urlString, version, tmpDir, isSigned):
if mavenURL is None:
raise RuntimeError('%s is missing maven' % project)
- if project == 'lucene':
- if changesURL is None:
- raise RuntimeError('%s is missing changes-%s' % (project, version))
- testChanges(project, version, changesURL)
+ if changesURL is None:
+ raise RuntimeError('%s is missing changes-%s' % (project, version))
+ testChanges(project, version, changesURL)
for artifact, urlString in artifacts:
print(' download %s...' % artifact)