aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-10-29 21:07:19 +0100
committerGitHub <noreply@github.com>2018-10-29 21:07:19 +0100
commitc02263a5e296d068a7e8468a5f797480d54cbcb4 (patch)
tree709bd9197acf8b6299039686e98691819dd093f1
parent4cf36b2788198e23f05a2ac218a2face755056ba (diff)
parent742783e40e808a046386bac7969f04ce846cf05f (diff)
downloadlombok-c02263a5e296d068a7e8468a5f797480d54cbcb4.tar.gz
lombok-c02263a5e296d068a7e8468a5f797480d54cbcb4.tar.bz2
lombok-c02263a5e296d068a7e8468a5f797480d54cbcb4.zip
Merge pull request #1923 from abargnesi/fix-maven-issue-management
correct issueManagement declaration in maven POM
-rw-r--r--doc/utils-maven-pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/utils-maven-pom.xml b/doc/utils-maven-pom.xml
index b3b73c1c..e9c17d34 100644
--- a/doc/utils-maven-pom.xml
+++ b/doc/utils-maven-pom.xml
@@ -21,8 +21,8 @@
<url>http://github.com/rzwitserloot/lombok</url>
</scm>
<issueManagement>
- <system>Google Code</system>
- <url>http://code.google.com/p/projectlombok/issues</url>
+ <system>GitHub Issues</system>
+ <url>https://github.com/rzwitserloot/lombok/issues</url>
</issueManagement>
<developers>
<developer>