@@ -89,7 +89,7 @@ def mine_and_publish_maven_packageurls_repo1_maven_org(self):
8989 _mine_and_publish_packageurls (
9090 packageurls = self .maven_nexus_collector .get_packages (),
9191 total_package_count = None ,
92- data_cluster = self .data_cluster ,
92+ data_clusters = self .data_clusters ,
9393 checked_out_repos = self .checked_out_repos ,
9494 working_path = self .working_path ,
9595 append_purls = self .append_purls ,
@@ -133,7 +133,7 @@ def mine_and_publish_maven_packageurls_repo_spring_io_release(self):
133133 _mine_and_publish_packageurls (
134134 packageurls = self .maven_nexus_collector .get_packages (),
135135 total_package_count = None ,
136- data_cluster = self .data_cluster ,
136+ data_clusters = self .data_clusters ,
137137 checked_out_repos = self .checked_out_repos ,
138138 working_path = self .working_path ,
139139 append_purls = self .append_purls ,
@@ -177,7 +177,7 @@ def mine_and_publish_maven_packageurls_repo_spring_io_milestone(self):
177177 _mine_and_publish_packageurls (
178178 packageurls = self .maven_nexus_collector .get_packages (),
179179 total_package_count = None ,
180- data_cluster = self .data_cluster ,
180+ data_clusters = self .data_clusters ,
181181 checked_out_repos = self .checked_out_repos ,
182182 working_path = self .working_path ,
183183 append_purls = self .append_purls ,
@@ -221,7 +221,7 @@ def mine_and_publish_maven_packageurls_plugins_gradle_org(self):
221221 _mine_and_publish_packageurls (
222222 packageurls = self .maven_nexus_collector .get_packages (),
223223 total_package_count = None ,
224- data_cluster = self .data_cluster ,
224+ data_clusters = self .data_clusters ,
225225 checked_out_repos = self .checked_out_repos ,
226226 working_path = self .working_path ,
227227 append_purls = self .append_purls ,
@@ -265,7 +265,7 @@ def mine_and_publish_maven_packageurls_repository_apache_org(self):
265265 _mine_and_publish_packageurls (
266266 packageurls = self .maven_nexus_collector .get_packages (),
267267 total_package_count = None ,
268- data_cluster = self .data_cluster ,
268+ data_clusters = self .data_clusters ,
269269 checked_out_repos = self .checked_out_repos ,
270270 working_path = self .working_path ,
271271 append_purls = self .append_purls ,
0 commit comments