diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-19 23:39:11 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-19 23:39:11 +0100 |
commit | 96282212db42440e650a6b8eb80ad012b506c0cf (patch) | |
tree | 971f0cd73199ce66e51859fd5da96b44033758ea /build.xml | |
parent | cd4266aa951663620edc72eb3ee8e033e4f9adcf (diff) | |
download | lombok-96282212db42440e650a6b8eb80ad012b506c0cf.tar.gz lombok-96282212db42440e650a6b8eb80ad012b506c0cf.tar.bz2 lombok-96282212db42440e650a6b8eb80ad012b506c0cf.zip |
fixed publishing of the lombok-utils jar to the server
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr host="projectlombok.org" username="lombokup" keyfile="escudo-upload.key" passphrase="" - trust="true" command="./deployLombokUtil" /> + trust="true" command="./deployLombokUtil '${lombok.version}'" /> </target> <target name="publish-all" depends="clean, version, website-publish, maven-publish, publish" |