Skip to content

Commit

Permalink
[Issue #79] Update URL in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 26, 2024
1 parent 604ac8f commit a773e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wvWare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit a773e00

Please sign in to comment.