Bump versions to 0.11.0-SNAPSHOT
This commit is contained in:
parent
5991b07385
commit
929147f182
@ -16,7 +16,7 @@ plugins {
|
|||||||
// and knows whether to publish to a SNAPSHOT repository or not
|
// and knows whether to publish to a SNAPSHOT repository or not
|
||||||
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
|
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
|
||||||
group = "org.bitcoindevkit"
|
group = "org.bitcoindevkit"
|
||||||
version = "0.10.0"
|
version = "0.11.0-SNAPSHOT"
|
||||||
|
|
||||||
nexusPublishing {
|
nexusPublishing {
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -57,7 +57,7 @@ afterEvaluate {
|
|||||||
create<MavenPublication>("maven") {
|
create<MavenPublication>("maven") {
|
||||||
groupId = "org.bitcoindevkit"
|
groupId = "org.bitcoindevkit"
|
||||||
artifactId = "bdk-android"
|
artifactId = "bdk-android"
|
||||||
version = "0.10.0-SNAPSHOT"
|
version = "0.11.0-SNAPSHOT"
|
||||||
|
|
||||||
from(components["release"])
|
from(components["release"])
|
||||||
pom {
|
pom {
|
||||||
|
@ -7,7 +7,7 @@ plugins {
|
|||||||
// and knows whether to publish to a SNAPSHOT repository or not
|
// and knows whether to publish to a SNAPSHOT repository or not
|
||||||
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
|
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
|
||||||
group = "org.bitcoindevkit"
|
group = "org.bitcoindevkit"
|
||||||
version = "0.10.0"
|
version = "0.11.0-SNAPSHOT"
|
||||||
|
|
||||||
nexusPublishing {
|
nexusPublishing {
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -51,7 +51,7 @@ afterEvaluate {
|
|||||||
create<MavenPublication>("maven") {
|
create<MavenPublication>("maven") {
|
||||||
groupId = "org.bitcoindevkit"
|
groupId = "org.bitcoindevkit"
|
||||||
artifactId = "bdk-jvm"
|
artifactId = "bdk-jvm"
|
||||||
version = "0.10.0-SNAPSHOT"
|
version = "0.11.0-SNAPSHOT"
|
||||||
|
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
pom {
|
pom {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user