diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-08-03 04:01:58 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-08-03 04:01:58 +0200 |
commit | 87fd16807317d7a3e0f9131a9342b620a9b1a5f0 (patch) | |
tree | 1a58ce3203ca927dd49b32fb76cbe7fac273c91c /website/mavenrepo | |
parent | 4ff39e57705ec16d35a403d85014fc92f8fa7733 (diff) | |
download | lombok-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.html | 2 |
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"><dependency org="projectlombok.org" name="lombok" rev="@VERSION@" conf="build" /></div> + <div class="snippet"><dependency org="org.projectlombok" name="lombok" rev="@VERSION@" conf="build" /></div> </div> <div> <em><strong>CAREFUL:</strong></em> lombok requires using the javac v1.6 compiler or higher. |