aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/maven.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2023-02-03 03:54:46 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2023-02-03 03:54:46 +0100
commit566dfe73ca11ed60e1a5b545872cefc4f0c8f976 (patch)
tree12473955f506b6d80a28d68e132a586aa1e98d5a /buildScripts/maven.ant.xml
parentdbb7ea00b803b619697d372435d38631c41c686e (diff)
downloadlombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.tar.gz
lombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.tar.bz2
lombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.zip
[build] final touches on updating deployment to new cloudflare host
Diffstat (limited to 'buildScripts/maven.ant.xml')
-rw-r--r--buildScripts/maven.ant.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml
index a09e09de..6003de74 100644
--- a/buildScripts/maven.ant.xml
+++ b/buildScripts/maven.ant.xml
@@ -1,5 +1,5 @@
<!--
- Copyright (C) 2020-2022 The Project Lombok Authors.
+ Copyright (C) 2020-2023 The Project Lombok Authors.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -149,7 +149,7 @@ This buildfile is part of projectlombok.org. It makes maven-compatible repositor
<copy file="dist/lombok-${lombok.version}.jar" tofile="build/edge-releases/lombok-edge.jar" />
</target>
- <target name="maven.edge.publish" depends="maven.edge, compile.support" description="Creates the maven repo for the snapshot build and publishes it to projectlombok.org">
+ <target name="maven.edge-publish" depends="maven.edge, compile.support" description="Creates the maven repo for the snapshot build and publishes it to projectlombok.org">
<java classname="lombok.publish.PublishToBucket" failonerror="true">
<classpath>
<path refid="cp.buildtools" />