Updating the variable name of the eclipse.committerId
diff --git a/multi-bundle/publish.xml b/multi-bundle/publish.xml
index 73d6c57..f39bd5d 100644
--- a/multi-bundle/publish.xml
+++ b/multi-bundle/publish.xml
@@ -102,16 +102,16 @@
 		</fail>
 		<checksum file="${package.output.file}" algorithm="sha1"/>
 		<sshexec host="download1.eclipse.org" 
-				username="${committerId}" 
+				username="${eclipse.committerId}" 
 				keyfile="${key.file}" 
 				passphrase="${passphrase}"
 				command="mkdir -pv /home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}"/>
 		<scp localFile="${package.output.file}"
-				todir="${committerId}@download1.eclipse.org:/home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}" 
+				todir="${eclipse.committerId}@download1.eclipse.org:/home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}" 
 				keyfile="${key.file}"
 				passphrase="${passphrase}" />
 		<scp localFile="${package.output.file}.sha1"
-				todir="${committerId}@download1.eclipse.org:/home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}" 
+				todir="${eclipse.committerId}@download1.eclipse.org:/home/data/httpd/download.eclipse.org/virgo/${adjusted.release.type}/${project.key}/${bundle.version}" 
 				keyfile="${key.file}"
 				passphrase="${passphrase}" />
 	</target>