diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-31 23:27:46 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-31 23:28:04 +0100 |
commit | 20c7dcbeb931c656f367baf461473cd06ceb1f40 (patch) | |
tree | 6d9120e0dd8d81cbf2a645949502b466c9284e4c | |
parent | fc7ca61aeb3ee06c426573b5059e97532b601172 (diff) | |
download | lombok-20c7dcbeb931c656f367baf461473cd06ceb1f40.tar.gz lombok-20c7dcbeb931c656f367baf461473cd06ceb1f40.tar.bz2 lombok-20c7dcbeb931c656f367baf461473cd06ceb1f40.zip |
Fix for publish target in build file.
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -495,7 +495,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 '${lombok.version}'" /> + trust="true" command="./deployLombokUtils '${lombok.version}'" /> </target> <target name="publish-all" depends="clean, version, website-publish, maven-publish, publish" |