aboutsummaryrefslogtreecommitdiff
path: root/website/mavenrepo
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-08-03 04:01:58 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-08-03 04:01:58 +0200
commit87fd16807317d7a3e0f9131a9342b620a9b1a5f0 (patch)
tree1a58ce3203ca927dd49b32fb76cbe7fac273c91c /website/mavenrepo
parent4ff39e57705ec16d35a403d85014fc92f8fa7733 (diff)
downloadlombok-87fd16807317d7a3e0f9131a9342b620a9b1a5f0.tar.gz
lombok-87fd16807317d7a3e0f9131a9342b620a9b1a5f0.tar.bz2
lombok-87fd16807317d7a3e0f9131a9342b620a9b1a5f0.zip
Fixed a typo in the ivy <dependency> example.
Diffstat (limited to 'website/mavenrepo')
-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.