File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ uploadArchives {
4141 authentication(userName : ' ' , password : ' ' )
4242 }
4343
44- // snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
44+ // snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
4545 // authentication(userName: ossrhUsername, password: ossrhPassword)
4646 // }
4747
4848 pom. project {
4949 groupId = ' org.arkecosystem'
50- version = ' 0.1.0 '
50+ version = ' 0.1.1 '
5151 artifactId = ' arkecosystem-client'
5252
5353 name = ' java-client'
@@ -80,7 +80,7 @@ uploadArchives {
8080 scm {
8181 connection = ' scm:git:git://github.com/ArkEcosystem/java-client.git'
8282 developerConnection = ' scm:git:ssh://github.com:ArkEcosystem/java-client.git'
83- url = ' https://github.com/ArkEcosystem/java-client/tree/0.1.0 '
83+ url = ' https://github.com/ArkEcosystem/java-client/tree/0.1.1 '
8484 }
8585 }
8686 }
You can’t perform that action at this time.
0 commit comments