File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ afterEvaluate {
60
60
publishing {
61
61
publications {
62
62
create<MavenPublication >(" maven" ) {
63
- groupId = " co.jurvis "
63
+ groupId = " org.lightningdevkit "
64
64
artifactId = " ldk-node-android"
65
65
version = libraryVersion
66
66
67
67
from(components[" release" ])
68
68
pom {
69
69
name.set(" ldk-node-android" )
70
70
description.set(
71
- " Kotlin language bindings for LdkNode , a ready-to-go LDK node implementation"
71
+ " LDK Node , a ready-to-go node implementation built using LDK. "
72
72
)
73
73
url.set(" https://lightningdevkit.org" )
74
74
licenses {
@@ -94,9 +94,9 @@ afterEvaluate {
94
94
}
95
95
}
96
96
scm {
97
- connection.set(" scm:git:github.com/jurvis /ldk-node.git" )
98
- developerConnection.set(" scm:git:ssh://github.com/jurvis /ldk-node.git" )
99
- url.set(" https://github.com/jurvis /ldk-node/tree/main" )
97
+ connection.set(" scm:git:github.com/lightningdevkit /ldk-node.git" )
98
+ developerConnection.set(" scm:git:ssh://github.com/lightningdevkit /ldk-node.git" )
99
+ url.set(" https://github.com/lightningdevkit /ldk-node/tree/main" )
100
100
}
101
101
}
102
102
}
Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ afterEvaluate {
58
58
publishing {
59
59
publications {
60
60
create<MavenPublication >(" maven" ) {
61
- groupId = " co.jurvis "
61
+ groupId = " org.lightningdevkit "
62
62
artifactId = " ldk-node-jvm"
63
63
version = libraryVersion
64
64
65
65
from(components[" java" ])
66
66
pom {
67
67
name.set(" ldk-node-jvm" )
68
68
description.set(
69
- " Kotlin language bindings for LdkNode , a ready-to-go LDK node implementation"
69
+ " LDK Node , a ready-to-go node implementation built using LDK. "
70
70
)
71
71
url.set(" https://lightningdevkit.org" )
72
72
licenses {
@@ -92,9 +92,9 @@ afterEvaluate {
92
92
}
93
93
}
94
94
scm {
95
- connection.set(" scm:git:github.com/jurvis /ldk-node.git" )
96
- developerConnection.set(" scm:git:ssh://github.com/jurvis /ldk-node.git" )
97
- url.set(" https://github.com/jurvis /ldk-node/tree/main" )
95
+ connection.set(" scm:git:github.com/lightningdevkit /ldk-node.git" )
96
+ developerConnection.set(" scm:git:ssh://github.com/lightningdevkit /ldk-node.git" )
97
+ url.set(" https://github.com/lightningdevkit /ldk-node/tree/main" )
98
98
}
99
99
}
100
100
}
You can’t perform that action at this time.
0 commit comments