diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-06 03:07:56 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-06 03:07:56 +0100 |
commit | 2f60ceabc689c60196d3918d3492141be51d2862 (patch) | |
tree | 005bfbef5dab349e659205a71a7b229a9a977d0e | |
parent | 1a28ccb3471c1309357547e72a3997e1ec4c91de (diff) | |
download | lombok-2f60ceabc689c60196d3918d3492141be51d2862.tar.gz lombok-2f60ceabc689c60196d3918d3492141be51d2862.tar.bz2 lombok-2f60ceabc689c60196d3918d3492141be51d2862.zip |
Added our issue tracker to our pom
-rw-r--r-- | doc/maven-pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/maven-pom.xml b/doc/maven-pom.xml index e5be451e..96568567 100644 --- a/doc/maven-pom.xml +++ b/doc/maven-pom.xml @@ -20,6 +20,10 @@ <connection>scm:git:git://github.com/rzwitserloot/lombok.git</connection> <url>scm:git:git://github.com/rzwitserloot/lombok.git</url> </scm> + <issueManagement> + <system>Google Code</system> + <url>http://code.google.com/p/projectlombok/issues</url> + </issueManagement> <developers> <developer> <id>rzwitserloot</id> |