From af4fb456e12af2e5e78219f5cb338943bf3a42ee Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Wed, 11 Apr 2018 22:55:38 +0100 Subject: [PATCH] Updating link in generated POM file metadata --- gradle/publishing-pom.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/publishing-pom.gradle b/gradle/publishing-pom.gradle index 71ad0eeba0..acdc0c1773 100644 --- a/gradle/publishing-pom.gradle +++ b/gradle/publishing-pom.gradle @@ -28,7 +28,7 @@ afterEvaluate { lgplLicenseNode.appendNode( 'url', 'http://www.gnu.org/licenses/lgpl-2.1.html' ) lgplLicenseNode.appendNode( 'comments', - 'See discussion at http://hibernate.org/license for more details.' + 'See discussion at http://hibernate.org/community/license/ for more details.' ) lgplLicenseNode.appendNode( 'distribution', 'repo' )