From a773e00ffb1260586ae15c857e23695f1b7f4433 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Mon, 26 Aug 2024 13:11:50 +0300 Subject: [PATCH] [Issue #79] Update URL in POM --- wvWare/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wvWare/build.gradle b/wvWare/build.gradle index e9b1599..93293d7 100644 --- a/wvWare/build.gradle +++ b/wvWare/build.gradle @@ -105,7 +105,7 @@ publishing { pom { name = rootProject.name description = 'wvWare (wvHtml) library port for Android' - url = 'https://github.com/ViliusSutkus89/wvWare-Android' + url = 'https://github.com/opendocument-app/wvWare-Android' packaging = 'aar' inceptionYear = '2019' developers { @@ -116,8 +116,8 @@ publishing { } } scm { - url = 'https://github.com/ViliusSutkus89/wvWare-Android' - connection = 'https://github.com/ViliusSutkus89/wvWare-Android.git' + url = 'https://github.com/opendocument-app/wvWare-Android' + connection = 'https://github.com/opendocument-app/wvWare-Android.git' } licenses { license {