Bump SNAPSHOT version to 0.10.0-SNAPSHOT
This commit is contained in:
parent
6b993b22db
commit
a3cbc4477f
@ -52,7 +52,7 @@ afterEvaluate {
|
|||||||
create<MavenPublication>("maven") {
|
create<MavenPublication>("maven") {
|
||||||
groupId = "org.bitcoindevkit"
|
groupId = "org.bitcoindevkit"
|
||||||
artifactId = "bdk-android"
|
artifactId = "bdk-android"
|
||||||
version = "0.9.0-SNAPSHOT"
|
version = "0.10.0-SNAPSHOT"
|
||||||
from(components["release"])
|
from(components["release"])
|
||||||
pom {
|
pom {
|
||||||
name.set("bdk-android")
|
name.set("bdk-android")
|
||||||
|
@ -48,7 +48,7 @@ afterEvaluate {
|
|||||||
|
|
||||||
groupId = "org.bitcoindevkit"
|
groupId = "org.bitcoindevkit"
|
||||||
artifactId = "bdk-jvm"
|
artifactId = "bdk-jvm"
|
||||||
version = "0.9.0-SNAPSHOT"
|
version = "0.10.0-SNAPSHOT"
|
||||||
|
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user