diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-05-12 11:45:00 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-05-12 11:45:00 +0200 |
commit | cd0dcb4c158a950e03565f44207ece611ff3a3ea (patch) | |
tree | df43c318f9a925eeded31358f05a8a32aac3781e | |
parent | fa27f032e5a09deb4ba97f7885470d411485bd9b (diff) | |
download | lombok-cd0dcb4c158a950e03565f44207ece611ff3a3ea.tar.gz lombok-cd0dcb4c158a950e03565f44207ece611ff3a3ea.tar.bz2 lombok-cd0dcb4c158a950e03565f44207ece611ff3a3ea.zip |
sonatype link also https-able.
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -690,7 +690,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The username="${ssh.username}" keyfile="${ssh.keyfile}" passphrase="" trust="true" command="/data/lombok/stagingCmd/publishToMavenCentral" /> - <echo>The artifact has been published to staging. Now go to http://oss.sonatype.org/ and log in as Reinier, then doublecheck if all is well and 'release' it.</echo> + <echo>The artifact has been published to staging. Now go to https://oss.sonatype.org/ and log in as Reinier, then doublecheck if all is well and 'release' it.</echo> <sshexec host="projectlombok.org" username="${ssh.username}" |