diff options
author | Roel Spilker <r.spilker@gmail.com> | 2016-11-07 23:26:39 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2016-11-07 23:26:39 +0100 |
commit | 192c569128d1ffb879fb104f44483e394032a790 (patch) | |
tree | 28e3d27ac0105cae0638998c3b086e83b7539da8 /buildScripts/ivy-repo | |
parent | 49f0bc1c3ede3c81754568af22fcdbbe8f4b5a8f (diff) | |
download | lombok-192c569128d1ffb879fb104f44483e394032a790.tar.gz lombok-192c569128d1ffb879fb104f44483e394032a790.tar.bz2 lombok-192c569128d1ffb879fb104f44483e394032a790.zip |
[issue #1218] Annotation Processors that have an (internal) dependency on ecj (google's dagger project has this, don't know of any others), when run inside eclipse, bombs with a LinkageError. Fixed.
Diffstat (limited to 'buildScripts/ivy-repo')
-rw-r--r-- | buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.22.xml (renamed from buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.20.xml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.20.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.22.xml index f8ddcb51..85e2f9ef 100644 --- a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.20.xml +++ b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.22.xml @@ -1,5 +1,5 @@ <ivy-module version="2.0"> - <info organisation="org.projectlombok" module="lombok.patcher" revision="0.20" publication="20150408000000"> + <info organisation="org.projectlombok" module="lombok.patcher" revision="0.22" publication="20161107000000"> <license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php" /> <ivyauthor name="rzwitserloot" url="http://zwitserloot.com/" /> <ivyauthor name="rspilker" url="http://github.com/rspilker" /> @@ -9,6 +9,6 @@ <conf name="default" /> </configurations> <publications> - <artifact conf="default" url="https://projectlombok.org/downloads/lombok.patcher-0.20.jar" /> + <artifact conf="default" url="https://projectlombok.org/downloads/lombok.patcher-0.22.jar" /> </publications> </ivy-module> |