From 742783e40e808a046386bac7969f04ce846cf05f Mon Sep 17 00:00:00 2001 From: Tony Bargnesi Date: Wed, 24 Oct 2018 20:28:54 -0400 Subject: correct issueManagement declaration in maven POM Motivation The published maven POM for lombok refers to Google Code for issue management. Google code is no longer active. Changes - replace with github issues for issue management --- doc/utils-maven-pom.xml | 4 ++-- 1 file 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 @@ http://github.com/rzwitserloot/lombok - Google Code - http://code.google.com/p/projectlombok/issues + GitHub Issues + https://github.com/rzwitserloot/lombok/issues -- cgit