diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-09 21:29:08 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-09 21:29:08 +0100 |
commit | 16f992c5adea8ed8ad183d27c247901d61b0635d (patch) | |
tree | 23d3b8bf6eeeea54a3567d6a4421d1ab14bd1026 | |
parent | a94243e06202a274a9499d1c0e79aeccb1aef5cd (diff) | |
download | lombok-16f992c5adea8ed8ad183d27c247901d61b0635d.tar.gz lombok-16f992c5adea8ed8ad183d27c247901d61b0635d.tar.bz2 lombok-16f992c5adea8ed8ad183d27c247901d61b0635d.zip |
Due to an evident screwup at github.com about their https certs, downloads from there no longer work. Moved the ivy target for cmdreader to a file hosted on projectlombok.org To fix it. Thanks to Stephen Haberman for spotting the problem.
-rw-r--r-- | buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml b/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml index 5f7b501b..1692a969 100644 --- a/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml +++ b/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml @@ -9,7 +9,7 @@ <conf name="sources" /> </configurations> <publications> - <artifact conf="runtime" url="http://github.com/downloads/rzwitserloot/com.zwitserloot.cmdreader/com.zwitserloot.cmdreader-1.2.jar" /> - <artifact type="zip" conf="sources" url="http://github.com/downloads/rzwitserloot/com.zwitserloot.cmdreader/com.zwitserloot.cmdreader-src-1.2.zip" /> + <artifact conf="runtime" url="http://projectlombok.org/ivyrepo/tools/com.zwitserloot.cmdreader-1.2.jar" /> + <artifact type="zip" conf="sources" url="http://projectlombok.org/ivyrepo/tools/com.zwitserloot.cmdreader-src-1.2.zip" /> </publications> </ivy-module> |