aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/website.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-01-28 23:16:26 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-01-28 23:16:26 +0100
commitb9f1f50b8e8ea01cf0642680af41f450ab4ff6db (patch)
treeb25cf5a97be74e9bf5272219c94e5883490b7081 /buildScripts/website.ant.xml
parent56d54bf1c46f110b6607d2f40829d58ec3e3a53b (diff)
downloadlombok-b9f1f50b8e8ea01cf0642680af41f450ab4ff6db.tar.gz
lombok-b9f1f50b8e8ea01cf0642680af41f450ab4ff6db.tar.bz2
lombok-b9f1f50b8e8ea01cf0642680af41f450ab4ff6db.zip
[versioning] pre-release version bump of the changelog as well
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r--buildScripts/website.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index 63ac2e8d..1fc58fd4 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -57,7 +57,7 @@ such as applying the templates to produce the website, converting the changelog
<echo>Live full versionstring : ${lombok.fullversion.live}</echo>
</target>
- <target name="changelog.build" depends="version, deps, compile.support" description="Turns the current changelog (doc/changelog.txt) into HTML">
+ <target name="changelog.build" depends="version, deps, compile.support" description="Turns the current changelog (doc/changelog.markdown) into HTML">
<mkdir dir="build/website" />
<java classname="lombok.website.WebsiteMaker" failonerror="true">
<classpath>