Index: pift.cron.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue_file_test/pift.cron.inc,v
retrieving revision 1.54
diff -u -p -r1.54 pift.cron.inc
--- pift.cron.inc	28 Jan 2010 00:35:23 -0000	1.54
+++ pift.cron.inc	24 Nov 2010 22:58:28 -0000
@@ -307,7 +307,7 @@ function pift_cron_queue_batch_build_bra
     // If the project is Drupal core then add the plugin argument, otherwise
     // determine the compatible core branch and add it as a dependency.
     if (PIFT_PID == $item['project_identifier']) {
-      $item['plugin_argument']['core'] = $api['version'];
+      $item['plugin_argument']['drupal.core.version'] = $api['version'];
     }
     else {
       // Load the Drupal core API release (branch) compatible with this branch.
@@ -335,7 +335,7 @@ function pift_cron_queue_batch_build_bra
 
       // Flatten array of dependencies and fill in modules list.
       $item['dependency'] = implode(',', $item['dependency']);
-      $item['plugin_argument']['modules'] = array_keys(project_info_module_list_get($branch->nid));
+      $item['plugin_argument']['drupal.modules'] = array_keys(project_info_module_list_get($branch->nid));
     }
 
     // Add item information to the batch.
