aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/mavenrepo/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/mavenrepo/index.html b/website/mavenrepo/index.html
index aa7f4935..5f1e3ab6 100644
--- a/website/mavenrepo/index.html
+++ b/website/mavenrepo/index.html
@@ -57,7 +57,7 @@
</div>
<div>
You can use lombok with ivy by adding the following to your <strong>ivy.xml</strong>:
- <div class="snippet">&lt;dependency org="projectlombok.org" name="lombok" rev="@VERSION@" conf="build" /&gt;</div>
+ <div class="snippet">&lt;dependency org="org.projectlombok" name="lombok" rev="@VERSION@" conf="build" /&gt;</div>
</div>
<div>
<em><strong>CAREFUL:</strong></em> lombok requires using the javac v1.6 compiler or higher.