diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-22 21:02:04 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-22 21:02:04 +0100 |
commit | ead7ff428c14cbfd3a84723f8abae13d5ea79330 (patch) | |
tree | 12175553727a13eb967449fce215da88d267c30c /doc/maven-pom.xml | |
parent | 04e9397971d3689e0710df026f673f8b0a6cb685 (diff) | |
download | lombok-ead7ff428c14cbfd3a84723f8abae13d5ea79330.tar.gz lombok-ead7ff428c14cbfd3a84723f8abae13d5ea79330.tar.bz2 lombok-ead7ff428c14cbfd3a84723f8abae13d5ea79330.zip |
jarjar now used to make sure asm is no longer on the bootclasspath when using lombok.
Diffstat (limited to 'doc/maven-pom.xml')
-rw-r--r-- | doc/maven-pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/maven-pom.xml b/doc/maven-pom.xml index 61738a72..34955ab8 100644 --- a/doc/maven-pom.xml +++ b/doc/maven-pom.xml @@ -18,7 +18,7 @@ </licenses> <scm> <connection>scm:git:git://github.com/rzwitserloot/lombok.git</connection> - <url>scm:git:git://github.com/rzwitserloot/lombok.git</url> + <url>http://github.com/rzwitserloot/lombok</url> </scm> <issueManagement> <system>Google Code</system> |