aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-01-31 23:29:12 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2012-01-31 23:29:12 +0100
commit1634000db4a8cf923e8e6ac53dfac1725a65bb08 (patch)
tree8d87a5b453fb64871cdfbd68cced1ea11eca190b /build.xml
parent42ea24a816832c3c7f2a8c43054d16158226c38f (diff)
parent20c7dcbeb931c656f367baf461473cd06ceb1f40 (diff)
downloadlombok-1634000db4a8cf923e8e6ac53dfac1725a65bb08.tar.gz
lombok-1634000db4a8cf923e8e6ac53dfac1725a65bb08.tar.bz2
lombok-1634000db4a8cf923e8e6ac53dfac1725a65bb08.zip
Merge branch 'master' into constantpool
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7ad4ce0e..e9497c2c 100644
--- a/build.xml
+++ b/build.xml
@@ -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"