Skip to content

Commit 05faf81

Browse files
chore: update scm links
1 parent e026f2e commit 05faf81

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dashj-scrypt/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ task sourcesJar(type: Jar) {
8181
// pom {
8282
// name = 'DashJ Scrypt'
8383
// description = 'DashJ Scrypt Libary for Android'
84-
// url = 'https://github.com/HashEngineering/dashj-bls-android'
84+
// url = 'https://github.com/HashEngineering/dashj-android'
8585
//
8686
// licenses {
8787
// license {
@@ -160,7 +160,7 @@ afterEvaluate {
160160
pom {
161161
name = 'DashJ Scrypt'
162162
description = 'DashJ Scrypt Libary for Android'
163-
url = 'https://github.com/dashpay/dashj-bls-android'
163+
url = 'https://github.com/dashpay/dashj-android'
164164

165165
licenses {
166166
license {
@@ -201,7 +201,7 @@ jreleaser {
201201
project {
202202
name = 'dashj-scrypt-android'
203203
description = 'DashJ Scrypt Libary for Android'
204-
website = 'https://github.com/dashpay/dashj-bls-android'
204+
website = 'https://github.com/dashpay/dashj-android'
205205
authors = ['HashEngineering']
206206
license = 'The Apache License, Version 2.0'
207207
gitRootSearch = true

dashj-x11/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ uploadArchives {
193193
artifactId 'dashj-x11-android'
194194
version '0.17.5'
195195
description 'DashJ X11 Libary for Android'
196-
url 'https://github.com/HashEngineering/dashj-bls-android'
196+
url 'https://github.com/HashEngineering/dashj-android'
197197
198198
scm {
199-
connection 'scm:svn:https://github.com/HashEngineering/dashj-bls-android'
200-
developerConnection 'scm:svn:https://github.com/HashEngineering/dashj-bls-android'
201-
url 'https://github.com/HashEngineering/dashj-bls-android'
199+
connection 'scm:svn:https://github.com/HashEngineering/dashj-android'
200+
developerConnection 'scm:svn:https://github.com/HashEngineering/dashj-android'
201+
url 'https://github.com/HashEngineering/dashj-android'
202202
}
203203
204204
licenses {

0 commit comments

Comments
 (0)