Updating link in generated POM file metadata

This commit is contained in:
Sanne Grinovero 2018-04-11 22:55:38 +01:00
parent 4bbb5668d6
commit af4fb456e1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ afterEvaluate {
lgplLicenseNode.appendNode( 'url', 'http://www.gnu.org/licenses/lgpl-2.1.html' ) lgplLicenseNode.appendNode( 'url', 'http://www.gnu.org/licenses/lgpl-2.1.html' )
lgplLicenseNode.appendNode( lgplLicenseNode.appendNode(
'comments', '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' ) lgplLicenseNode.appendNode( 'distribution', 'repo' )