diff options
author | cnuessgens <christian@nuessgens.com> | 2018-01-18 21:18:14 +0100 |
---|---|---|
committer | cnuessgens <christian@nuessgens.com> | 2018-01-18 21:18:14 +0100 |
commit | 1b6de01bf187def687cb0e757da4295b0790f0ac (patch) | |
tree | f86c0951a8669fb67689a92fd9059df7589d17da /buildScripts | |
parent | cdee2996514723dfbcf6ac177d82446acef260f3 (diff) | |
parent | 01754d914056b3baa0a6bfe3b20bf5c40f6a5199 (diff) | |
download | lombok-1b6de01bf187def687cb0e757da4295b0790f0ac.tar.gz lombok-1b6de01bf187def687cb0e757da4295b0790f0ac.tar.bz2 lombok-1b6de01bf187def687cb0e757da4295b0790f0ac.zip |
Merge remote-tracking branch 'remotes/upstream/master'
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 13b97231..36b3a193 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -223,7 +223,7 @@ such as applying the templates to produce the website, converting the changelog <classpath refid="build.path" /> <classpath location="build/lombok" /> <header><![CDATA[<a href='https://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> - <bottom><![CDATA[<i>Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.]]></bottom> + <bottom><![CDATA[<i>Copyright © 2009-2018 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.]]></bottom> </javadoc> <!-- bugfix for boneheaded javadoc bug where ?is-external=true is inserted before an anchor ref, breaking the anchor ref. is-external=true doesn't actually do anything, so, we'll just get rid of it. --> |